| { |
| "name": "wkb-ios", |
| "version": "1.0.3", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "summary": "iOS SDK for Well-Known Binary", |
| "homepage": "https://github.com/ngageoint/geopackage-wkb-ios", |
| "authors": { |
| "NGA": "", |
| "BIT Systems": "", |
| "Brian Osborn": "osbornb@bit-sys.com" |
| }, |
| "social_media_url": "https://twitter.com/NGA_GEOINT", |
| "source": { |
| "git": "https://github.com/ngageoint/geopackage-wkb-ios.git", |
| "tag": "1.0.3" |
| }, |
| "requires_arc": true, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "wkb-ios/**/*.{h,m}", |
| "resource_bundles": { |
| "WKB": [ |
| "wkb-ios/**/*.plist" |
| ] |
| }, |
| "frameworks": "Foundation" |
| } |