[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / a / 6 / 4 / GDGeoCocoa / 0.1.1 / GDGeoCocoa.podspec.json
blob9dd21dbce346778bf32cb66bf06c0fa111e37512
2   "name": "GDGeoCocoa",
3   "version": "0.1.1",
4   "summary": "A library for converting lat/long to and from MGRS and UTM",
5   "description": "Converts lat/long coordinates to/from MGRS and UTM formats.",
6   "homepage": "https://github.com/davidykay/GDGeoCocoa",
7   "license": "BSD",
8   "authors": {
9     "Gautam Dey": "gautam.dey77@gmail.com",
10     "David Young-Chan Kay": "davidykay@gmail.com"
11   },
12   "source": {
13     "git": "https://github.com/davidykay/GDGeoCocoa.git",
14     "tag": "0.1.1"
15   },
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "GDGeoCocoa": [
23       "Pod/Assets/*.png"
24     ]
25   }