blob: 5288b27825605f04e507fcce600b23b5191bb1d6 [file] [log] [blame]
{
"name": "GDGeoData",
"version": "0.1.7",
"summary": "Swift wrapper for easy use of countries and regiones with ISO codes",
"description": " Swift wrapper for easy use of country and region data from https://github.com/knutigro/ISO-3166-Countries-with-Regional-Codes\n",
"homepage": "https://github.com/knutigro/GDGeoData",
"license": "MIT",
"authors": {
"Knut Inge Grosland": "”hei@knutinge.com”"
},
"source": {
"git": "https://github.com/knutigro/GDGeoData.git",
"tag": "0.1.7"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "GDGeoData/Classes/*.swift",
"resource_bundles": {
"GDGeoData": [
"GDGeoData/Assets/*.json"
]
}
}