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