blob: cc704f0ca85bba7136926ed424099d930cba2b15 [file] [log] [blame]
{
"name": "GSCountryPickerController",
"version": "1.0.0",
"summary": "A simple country picker for iOS with full language support.",
"homepage": "https://github.com/0x5e/GSCountryPickerController",
"screenshots": [
"https://github.com/0x5e/GSCountryPickerController/raw/master/Resource/screenshots_1.png",
"https://github.com/0x5e/GSCountryPickerController/raw/master/Resource/screenshots_2.png",
"https://github.com/0x5e/GSCountryPickerController/raw/master/Resource/screenshots_3.png"
],
"license": "MIT",
"authors": {
"gaosen": "0x5e@sina.cn"
},
"source": {
"git": "https://github.com/0x5e/GSCountryPickerController.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"GSCountryPickerController": [
"Pod/Assets/*.png"
]
}
}