forked from JanGorman/SwiftMessageBar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
SwiftMessageBar.podspec
29 lines (21 loc) · 1.1 KB
/
SwiftMessageBar.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Pod::Spec.new do |s|
s.name = 'SwiftMessageBar'
s.version = '5.4.1'
s.summary = 'A Swift Message Bar'
s.swift_version = '4.2'
s.description = <<-DESC
A longer description of SwiftMessageBar in Markdown format.
* Think: Why did you write this? What is the focus? What does it do?
* CocoaPods will be using this to generate tags, and improve search results.
* Try to keep it short, snappy and to the point.
* 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.platform = :ios, '9.0'
s.source = { :git => 'https://github.com/JanGorman/SwiftMessageBar.git', :tag => s.version }
s.source_files = 'SwiftMessageBar/*.swift'
s.resources = 'SwiftMessageBar/*.png'
end