[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 6 / e / d / mgrs / 0.1.0 / mgrs.podspec.json
blob62759023af1b90e88d2b7db3e2f9e320235778b9
2   "name": "mgrs",
3   "version": "0.1.0",
4   "summary": "lat/lon to mgrs conversion library",
5   "description": "Library to convert from lat/lon to MGRS",
6   "homepage": "https://github.com/tracyharton/mgrs",
7   "license": "MIT",
8   "authors": {
9     "Tracy Harton": "tracy@amphibioustech.com"
10   },
11   "source": {
12     "git": "https://github.com/tracyharton/mgrs.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "5.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "mgrs": [
22       "Pod/Assets/*.png"
23     ]
24   }