blob: 389363ba700739f6361820661962fe3aa2fa1f92 [file] [log] [blame]
{
"name": "ogc-api-features-json-ios",
"version": "2.0.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "iOS SDK for OGC API Features JSON",
"homepage": "https://github.com/ngageoint/ogc-api-features-json-ios",
"authors": {
"NGA": "",
"BIT Systems": "",
"Brian Osborn": "bosborn@caci.com"
},
"social_media_url": "https://twitter.com/NGA_GEOINT",
"source": {
"git": "https://github.com/ngageoint/ogc-api-features-json-ios.git",
"tag": "2.0.0"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"source_files": "ogc-api-features-json-ios/**/*.{h,m}",
"frameworks": "Foundation",
"dependencies": {
"sf-geojson-ios": [
"~> 2.0.0"
]
}
}