Skip to content

Commit

Permalink
Update podspec to version 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ShawnMoore authored Oct 7, 2018
1 parent 41484b0 commit d97c599
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions XMLParsing.podspec
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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
end

0 comments on commit d97c599

Please sign in to comment.