Update SwiftyXMLParser.podspec

This commit is contained in:
Kazuhiro Hayashi 2019-10-02 23:35:09 +09:00 committed by GitHub
parent 4b08c158ec
commit bc85162ece
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SwiftyXMLParser"
s.version = "5.0.0"
s.version = "5.1.0"
s.summary = "Simple XML Parser implemented by Swift"
s.description = <<-DESC
@ -21,5 +21,5 @@ Pod::Spec.new do |s|
s.source_files = "SwiftyXMLParser/*.swift"
s.requires_arc = true
s.source = { :git => "https://github.com/yahoojapan/SwiftyXMLParser.git", :tag => "5.0.0" }
s.source = { :git => "https://github.com/yahoojapan/SwiftyXMLParser.git", :tag => "5.1.0" }
end