blob: 581d805cdbdab43e84ef3864c7e6acb2a80645b5 [file] [log] [blame]
{
"name": "CountryAndCity",
"version": "0.1.2",
"summary": "Get a list of countries and their corresponding cities on our awesome planet, in Swift.",
"description": "Get a list of countries and their corresponding cities on our awesome planet, in Swift.\nData are retrieved from this respository: https://github.com/pluwen/World-Cities",
"homepage": "https://github.com/royhcj/CountryAndCity",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"boyroyh@gmail.com": "boyroyh@gmail.com"
},
"source": {
"git": "https://github.com/royhcj/CountryAndCity.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "4.0",
"source_files": "CountryAndCity/Classes/**/*",
"resource_bundles": {
"CountryAndCity": [
"CountryAndCity/Assets/**/*"
]
}
}