Skip to content

Commit

Permalink
Update SwiftyXMLParser.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuhiro4949 authored Oct 2, 2019
1 parent 4b08c15 commit bc85162
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SwiftyXMLParser.podspec
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

0 comments on commit bc85162

Please sign in to comment.