[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / a / 2 / geopackage-ios / 1.1.4 / geopackage-ios.podspec.json
blobfd493d8c4988d8b26d646ac8b13fb59d48b30fe3
2   "name": "geopackage-ios",
3   "version": "1.1.4",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "iOS SDK for GeoPackage",
9   "homepage": "https://github.com/ngageoint/geopackage-ios",
10   "authors": {
11     "NGA": "",
12     "BIT Systems": "",
13     "Brian Osborn": "osbornb@bit-sys.com"
14   },
15   "social_media_url": "https://twitter.com/NGA_GEOINT",
16   "source": {
17     "git": "https://github.com/ngageoint/geopackage-ios.git",
18     "tag": "1.1.4"
19   },
20   "requires_arc": true,
21   "platforms": {
22     "ios": "8.0"
23   },
24   "source_files": "geopackage-ios/**/*.{h,m}",
25   "resource_bundles": {
26     "GeoPackage": [
27       "geopackage-ios/**/*.plist"
28     ]
29   },
30   "frameworks": "Foundation",
31   "libraries": "sqlite3",
32   "dependencies": {
33     "AFNetworking": [
34       "~> 2.1"
35     ],
36     "proj4": [
37       "~> 4.8"
38     ],
39     "wkb-ios": [
40       "~> 1.0.3"
41     ]
42   }