Skip to content

Commit

Permalink
Bump podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
JanGorman committed Feb 8, 2019
1 parent 9d7d21e commit 1113309
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions SwiftMessageBar.podspec
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Pod::Spec.new do |s|

s.name = "SwiftMessageBar"
s.version = "5.3.0"
s.summary = "A Swift Message Bar"
s.name = 'SwiftMessageBar'
s.version = '5.4.0'
s.summary = 'A Swift Message Bar'
s.swift_version = '4.2'

s.description = <<-DESC
Expand All @@ -14,16 +14,16 @@ Pod::Spec.new do |s|
* Finally, don't worry about the indent, CocoaPods strips it!
DESC

s.homepage = "https://github.com/JanGorman/SwiftMessageBar"
s.license = "MIT"
s.authors = { "Jan Gorman" => "https://github.com/JanGorman/", "Ramy Kfoury" => "https://github.com/ramy-kfoury/" }
s.social_media_url = "http://twitter.com/JanGorman"
s.homepage = 'https://github.com/JanGorman/SwiftMessageBar'
s.license = 'MIT'
s.authors = { 'Jan Gorman' => 'https://github.com/JanGorman/', 'Ramy Kfoury' => 'https://github.com/ramy-kfoury/' }
s.social_media_url = 'http://twitter.com/JanGorman'

s.platform = :ios, "9.0"
s.platform = :ios, '9.0'

s.source = { :git => "https://github.com/JanGorman/SwiftMessageBar.git", :tag => s.version }
s.source = { :git => 'https://github.com/JanGorman/SwiftMessageBar.git', :tag => s.version }

s.source_files = "SwiftMessageBar/*.swift"
s.resources = "SwiftMessageBar/*.png"
s.source_files = 'SwiftMessageBar/*.swift'
s.resources = 'SwiftMessageBar/*.png'

end

0 comments on commit 1113309

Please sign in to comment.