blob: 10ec43634e540a46321e6ea0e24a2e502f12ff4b [file] [log] [blame]
{
"name": "CountryAndCity",
"version": "0.1.4",
"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.4"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "4.0",
"source_files": "CountryAndCity/Classes/**/*",
"resources": [
"CountryAndCity/Assets/**/*"
]
}