forked from CoreOffice/XMLCoder
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove explicit Swift version from the podspec
- Loading branch information
1 parent
80fdf8c
commit 8b06751
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]" } | ||
|