Commit 1113309 1 parent 9d7d21e commit 1113309 Copy full SHA for 1113309
File tree 1 file changed +11
-11
lines changed
1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
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'
6
6
s . swift_version = '4.2'
7
7
8
8
s . description = <<-DESC
@@ -14,16 +14,16 @@ Pod::Spec.new do |s|
14
14
* Finally, don't worry about the indent, CocoaPods strips it!
15
15
DESC
16
16
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'
21
21
22
- s . platform = :ios , " 9.0"
22
+ s . platform = :ios , ' 9.0'
23
23
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 }
25
25
26
- s . source_files = " SwiftMessageBar/*.swift"
27
- s . resources = " SwiftMessageBar/*.png"
26
+ s . source_files = ' SwiftMessageBar/*.swift'
27
+ s . resources = ' SwiftMessageBar/*.png'
28
28
29
29
end
You can’t perform that action at this time.
0 commit comments