Update SwiftyXMLParser.podspec

This commit is contained in:
kazuhiro4949 2017-05-23 22:49:16 +09:00 committed by GitHub
parent 7f231024e8
commit 8f133ce819
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.0"
s.version = "3.0.2"
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.0" }
s.source = { :git => "https://github.com/yahoojapan/SwiftyXMLParser.git", :tag => "3.0.2" }
end