forked from nobre84/SLCountryPicker
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathSLCountryPicker.podspec
21 lines (18 loc) · 1.02 KB
/
SLCountryPicker.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Pod::Spec.new do |s|
s.name = "SLCountryPicker"
s.version = "0.0.7"
s.summary = "Country picker table view controller for iOS 8+"
s.description = <<-DESC
Table view controller with searchable list of countries with completion block and dynamic fonts support.
DESC
s.homepage = "https://bitbucket.org/shmidt/slcountrypicker/overview"
s.screenshots = "https://bitbucket.org/shmidt/slcountrypicker/raw/bcf4782680ae9595c952726dd086b39c02970bd3/1.jpg", "https://bitbucket.org/shmidt/slcountrypicker/raw/7aab1cc8eca15c9e831c0bf4d998660ab5dbef07/2.jpg"
s.license = 'MIT'
s.author = { "Dmitry Shmidt" => "[email protected]" }
s.platform = :ios, '8.0'
s.source = { :git => "https://github.com/qranio-com/SLCountryPicker.git", :tag => s.version.to_s }
s.source_files = 'CountryPicker', 'CountryPicker/**/*.{h,m}'
s.resource = "CountryPicker/CountriesFlags36px.xcassets"
s.preserve_paths = "CountryPicker/CountriesFlags36px.xcassets/*"
s.requires_arc = true
end