Update SwiftyXMLParser.podspec

This commit is contained in:
kazuhiro4949 2017-10-01 18:24:37 +09:00 committed by GitHub
parent 8c0a2e7532
commit a86ee4e62f
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 = "3.0.3"
s.version = "4.0.0"
s.summary = "Simple XML Parser implemented by Swift"
s.description = <<-DESC
@ -19,5 +19,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 => "3.0.3" }
s.source = { :git => "https://github.com/yahoojapan/SwiftyXMLParser.git", :tag => "4.0.0" }
end