[Delete] NIMSDK_LITE 8.9.122
[CocoaPods.git] / Specs / 2 / 4 / 5 / GDGeoData / 0.4.0 / GDGeoData.podspec.json
blob5e0b457156bf29ef2289c2e8da928f74e8cc065f
2   "name": "GDGeoData",
3   "version": "0.4.0",
4   "summary": "Swift wrapper for easy use of countries and regiones with ISO codes",
5   "description": "Swift wrapper for easy use of country and region data from https://github.com/knutigro/ISO-3166-Countries-with-Regional-Codes",
6   "homepage": "https://github.com/knutigro/GDGeoData",
7   "license": "MIT",
8   "authors": {
9     "Knut Inge Grosland": "”hei@knutinge.com”"
10   },
11   "source": {
12     "git": "https://github.com/knutigro/GDGeoData.git",
13     "tag": "0.4.0"
14   },
15   "swift_versions": "5.0",
16   "platforms": {
17     "ios": "13.0",
18     "osx": "10.15"
19   },
20   "requires_arc": true,
21   "source_files": "GDGeoData/Classes/*.swift",
22   "resource_bundles": {
23     "GDGeoData": [
24       "GDGeoData/Assets/*.json"
25     ]
26   },
27   "swift_version": "5.0"