blob: 5e0b457156bf29ef2289c2e8da928f74e8cc065f [file] [log] [blame]
{
"name": "GDGeoData",
"version": "0.4.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.4.0"
},
"swift_versions": "5.0",
"platforms": {
"ios": "13.0",
"osx": "10.15"
},
"requires_arc": true,
"source_files": "GDGeoData/Classes/*.swift",
"resource_bundles": {
"GDGeoData": [
"GDGeoData/Assets/*.json"
]
},
"swift_version": "5.0"
}