Update SwiftyXMLParser.podspec
This commit is contained in:
parent
7f231024e8
commit
8f133ce819
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue