[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / a / 2 / geopackage-ios / 1.1.0 / geopackage-ios.podspec.json
blobc2b67d375ff5ef19618428bd95f96397f29d0a53
2   "name": "geopackage-ios",
3   "version": "1.1.0",
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     "Brian Osborn": "osbornb@bit-sys.com"
13   },
14   "social_media_url": "https://twitter.com/NGA_GEOINT",
15   "source": {
16     "git": "https://github.com/ngageoint/geopackage-ios.git",
17     "tag": "1.1.0"
18   },
19   "requires_arc": true,
20   "platforms": {
21     "ios": "8.0"
22   },
23   "source_files": "geopackage-ios/**/*.{h,m}",
24   "resource_bundles": {
25     "GeoPackage": [
26       "geopackage-ios/**/*.plist"
27     ]
28   },
29   "frameworks": "Foundation",
30   "libraries": "sqlite3",
31   "dependencies": {
32     "AFNetworking": [
33       "~> 2.1"
34     ],
35     "proj4": [
36       "~> 4.8"
37     ],
38     "wkb-ios": [
39       "~> 1.0"
40     ]
41   }