Skip to content

Commit 1113309

Browse files
committed
Bump podspec
1 parent 9d7d21e commit 1113309

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

SwiftMessageBar.podspec

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Pod::Spec.new do |s|
22

3-
s.name = "SwiftMessageBar"
4-
s.version = "5.3.0"
5-
s.summary = "A Swift Message Bar"
3+
s.name = 'SwiftMessageBar'
4+
s.version = '5.4.0'
5+
s.summary = 'A Swift Message Bar'
66
s.swift_version = '4.2'
77

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

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

22-
s.platform = :ios, "9.0"
22+
s.platform = :ios, '9.0'
2323

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

26-
s.source_files = "SwiftMessageBar/*.swift"
27-
s.resources = "SwiftMessageBar/*.png"
26+
s.source_files = 'SwiftMessageBar/*.swift'
27+
s.resources = 'SwiftMessageBar/*.png'
2828

2929
end

0 commit comments

Comments
 (0)