blob: ed33745f0a280727f989984a5b50b55d081fd4f8 [file] [log] [blame]
{
"name": "SKCountryPicker",
"version": "1.2.8",
"summary": "A simple, customizable Country picker for picking country or dialing code.",
"description": "CountryPicker is module for selecting country of the user by searching",
"homepage": "https://github.com/SURYAKANTSHARMA/CountryPicker",
"screenshots": [
"https://user-images.githubusercontent.com/6416095/32143344-40f55c80-bc65-11e7-98d7-5429654940a2.png",
"https://user-images.githubusercontent.com/6416095/32143470-debef3f8-bc66-11e7-8460-502e5cff1491.png"
],
"license": "MIT",
"authors": {
"SuryaKant Sharma": "suryakantsharma84@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/SURYAKANTSHARMA/CountryPicker",
"tag": "1.2.8"
},
"source_files": "CountryPicker/CountryPicker/**/*.{swift}",
"exclude_files": "Classes/Exclude",
"resources": "CountryPicker/CountryPicker/*.{png}",
"resource_bundles": {
"CountryPickerController": [
"CountryPicker/CountryPicker/CountryPickerController.bundle/*"
]
},
"swift_version": "5.0"
}