Update SwiftyXMLParser.podspec
This commit is contained in:
parent
4b08c158ec
commit
bc85162ece
|
@ -1,6 +1,6 @@
|
||||||
Pod::Spec.new do |s|
|
Pod::Spec.new do |s|
|
||||||
s.name = "SwiftyXMLParser"
|
s.name = "SwiftyXMLParser"
|
||||||
s.version = "5.0.0"
|
s.version = "5.1.0"
|
||||||
s.summary = "Simple XML Parser implemented by Swift"
|
s.summary = "Simple XML Parser implemented by Swift"
|
||||||
|
|
||||||
s.description = <<-DESC
|
s.description = <<-DESC
|
||||||
|
@ -21,5 +21,5 @@ Pod::Spec.new do |s|
|
||||||
s.source_files = "SwiftyXMLParser/*.swift"
|
s.source_files = "SwiftyXMLParser/*.swift"
|
||||||
s.requires_arc = true
|
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
|
end
|
||||||
|
|
Loading…
Reference in New Issue