[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 6 / f / 2 / mgrs-ios / 1.1.4 / mgrs-ios.podspec.json
blob75fb880c4584926bad478f269f3bb5572c01f100
2   "name": "mgrs-ios",
3   "version": "1.1.4",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "iOS SDK for Military Grid Reference System (MGRS)",
9   "homepage": "https://github.com/ngageoint/mgrs-ios",
10   "authors": {
11     "NGA": "",
12     "BIT Systems": "",
13     "Brian Osborn": "bosborn@caci.com"
14   },
15   "social_media_url": "https://twitter.com/NGA_GEOINT",
16   "source": {
17     "git": "https://github.com/ngageoint/mgrs-ios.git",
18     "tag": "1.1.4"
19   },
20   "requires_arc": true,
21   "platforms": {
22     "ios": "12.0"
23   },
24   "source_files": "mgrs-ios/**/*.swift",
25   "resource_bundles": {
26     "mgrs-ios": [
27       "mgrs-ios/**/mgrs*.plist"
28     ]
29   },
30   "frameworks": "Foundation",
31   "dependencies": {
32     "grid-ios": [
33       "~> 1.0.5"
34     ]
35   }