diff --git a/XMLParsing.podspec b/XMLParsing.podspec index df2147e..d1b8d7a 100644 --- a/XMLParsing.podspec +++ b/XMLParsing.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "XMLParsing" - s.version = "0.0.1" + s.version = "0.0.2" s.summary = "XMLEncoder & XMLDecoder using the Codable protocol in Swift 4" s.description = "XMLParsing allows Swift 4 Codable-conforming objects to be translated to and from XML" s.homepage = "https://github.com/ShawnMoore/XMLParsing" @@ -11,4 +11,4 @@ Pod::Spec.new do |s| s.source = { :git => "https://github.com/ShawnMoore/XMLParsing.git", :tag => s.version.to_s } s.source_files = "Sources/XMLParsing/**/*.swift" s.requires_arc = true -end \ No newline at end of file +end