blob: ae58675651860e3a0652b61317ba15d19f2f0aaa [file] [log] [blame]
{
"name": "CountryPickerViewSwift",
"version": "1.1.1",
"summary": "A simple country code picker on iOS, support Chinese,english,national flag,ISO 3166-1 and calling code.",
"homepage": "https://github.com/CrystalMarch/CountryPickerView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Crystal": "crystalzhulove@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/CrystalMarch/CountryPickerView.git",
"tag": "1.1.1"
},
"source_files": [
"Resources/*.swift",
"Resources/*.xib"
],
"resources": "Resources/CountryPicker.bundle",
"requires_arc": true
}