blob: b2548cfcca5b04a9271b616e53bd2a8bb6c6ef2a [file] [log] [blame]
{
"name": "SelectCountry",
"version": "0.1.1",
"summary": "This is my first app",
"homepage": "https://github.com/Lokeseshwari/SelectCountry",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"iOS Developer": "Lokeshkamalapuram@gmail.com"
},
"source": {
"git": "https://github.com/Lokeseshwari/SelectCountry.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SelectCountry/Classes/**/*",
"swift_version": "4.0",
"resource_bundles": {
"SelectCountry": [
"SelectCountry/Assets/*.png"
]
}
}