[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 1 / c / 5 / SwiftCountryPicker / 1.0.1 / SwiftCountryPicker.podspec.json
blob390d905b24b80b0a62d56499c3014bf6a8743dac
2   "name": "SwiftCountryPicker",
3   "version": "1.0.1",
4   "summary": "A country picker that uses EMOJI as flags in Swift.",
5   "description": "A very simple CountryPicker in Swift, which is super easy to implement. It uses emoji as flags, so it's size is as low as possible. When a user has selected a country you can retreieve it's name and flag, but most importantly: it's ISO code. It's a subclass UIPickerView that displays country names and flags in a slot machine interface. Customization is very easy, because it's a UIPickerView suvlcass.\ndescription",
6   "homepage": "https://github.com/samuelbeek/SwiftCountryPicker",
7   "screenshots": "http://i.imgur.com/ZGjTtoX.png",
8   "license": "MIT",
9   "authors": {
10     "Samuel Beek": "ik@samuelbeek.com"
11   },
12   "source": {
13     "git": "https://github.com/samuelbeek/SwiftCountryPicker.git",
14     "tag": "1.0.1"
15   },
16   "platforms": {
17     "ios": "9.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "SwiftCountryPicker": [
23       "Pod/Assets/*.json"
24     ]
25   },
26   "frameworks": "UIKit",
27   "pushed_with_swift_version": "3.0"