[Add] DittoObjC 4.9.2
[CocoaPods.git] / Specs / 6 / f / 2 / mgrs-ios / 1.1.6 / mgrs-ios.podspec.json
blobf7b11dbefb7ef4388a2c03e49d1c7ccf13cadbae
2   "name": "mgrs-ios",
3   "version": "1.1.6",
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.6"
19   },
20   "requires_arc": true,
21   "pod_target_xcconfig": {
22     "DEFINES_MODULE": "YES"
23   },
24   "platforms": {
25     "ios": "12.0"
26   },
27   "source_files": "mgrs-ios/**/*.swift",
28   "resource_bundles": {
29     "mgrs-ios": [
30       "mgrs-ios/**/mgrs*.plist"
31     ]
32   },
33   "frameworks": "Foundation",
34   "dependencies": {
35     "grid-ios": [
36       "~> 1.0.7"
37     ]
38   }