blob: 944756144a6b834e49a36383749d5fcd7ae53c46 [file] [log] [blame]
{
"name": "GDGeoData",
"version": "0.3.0",
"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",
"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.3.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"requires_arc": true,
"source_files": "GDGeoData/Classes/*.swift",
"resource_bundles": {
"GDGeoData": [
"GDGeoData/Assets/*.json"
]
}
}