[Add] SampleOTP 0.1.0
[CocoaPods.git] / Specs / 2 / 4 / 5 / GDGeoData / 0.1.6 / GDGeoData.podspec.json
blob5906f2d0266e29b6e61fb3488dd76f69585811af
2   "name": "GDGeoData",
3   "version": "0.1.6",
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\n",
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.1.6"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "GDGeoData/Classes",
20   "resource_bundles": {
21     "GDGeoData": [
22       "GDGeoData/Assets/*.json"
23     ]
24   }