Skip to content

Commit

Permalink
Remove explicit Swift version from the podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxDesiatov committed May 2, 2019
1 parent 80fdf8c commit 8b06751
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions XMLCoder.podspec
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Pod::Spec.new do |s|
s.name = "XMLCoder"
s.version = "0.5.1"
s.summary = "XMLEncoder & XMLDecoder using the Codable protocol in Swift 4"
s.description = "XMLCoder allows Swift 4 Codable-conforming objects to be translated to and from XML"
s.summary = "XMLEncoder & XMLDecoder using the Codable protocol in Swift"
s.description = "XMLCoder allows Swift Codable-conforming objects to be translated to and from XML"
s.homepage = "https://github.com/MaxDesiatov/XMLCoder"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Shawn Moore" => "[email protected]" }
Expand Down

0 comments on commit 8b06751

Please sign in to comment.