blob: e4391251336bca3a87ab5f2b42b0db5b84ae2bb1 [file] [log] [blame]
{
"name": "SwiftCountryPicker",
"version": "1.0.0",
"summary": "A country picker that uses EMOJI as flags in Swift.",
"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",
"homepage": "https://github.com/samuelbeek/SwiftCountryPicker",
"screenshots": "http://i.imgur.com/ZGjTtoX.png",
"license": "MIT",
"authors": {
"Samuel Beek": "ik@samuelbeek.com"
},
"source": {
"git": "https://github.com/samuelbeek/SwiftCountryPicker.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"SwiftCountryPicker": [
"Pod/Assets/*.json"
]
},
"frameworks": "UIKit"
}