Bump version
This commit is contained in:
parent
b7beef45ec
commit
2e2802d6b3
|
@ -107,3 +107,7 @@ DerivedData/
|
||||||
!default.perspectivev3
|
!default.perspectivev3
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
SwiftyXMLParser.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
|
||||||
|
|
||||||
|
.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Pod::Spec.new do |s|
|
Pod::Spec.new do |s|
|
||||||
s.name = "SwiftyXMLParser"
|
s.name = "SwiftyXMLParser"
|
||||||
s.version = "5.3.0"
|
s.version = "5.4.0"
|
||||||
s.summary = "Simple XML Parser implemented by Swift"
|
s.summary = "Simple XML Parser implemented by Swift"
|
||||||
|
|
||||||
s.description = <<-DESC
|
s.description = <<-DESC
|
||||||
|
@ -24,5 +24,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.3.0" }
|
s.source = { :git => "https://github.com/yahoojapan/SwiftyXMLParser.git", :tag => "5.4.0" }
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue