blob: a0b7e7d5113b2b9d2a01f8eff8470123efb9b881 [file] [log] [blame]
{
"name": "sf-proj-ios",
"version": "2.0.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "iOS SDK for Simple Features Projection",
"homepage": "https://github.com/ngageoint/simple-features-proj-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/simple-features-proj-ios.git",
"tag": "2.0.0"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"source_files": "sf-proj-ios/**/*.{h,m}",
"resource_bundles": {
"sf-proj-ios": [
"sf-proj-ios/**/*.plist"
]
},
"frameworks": "Foundation",
"dependencies": {
"sf-ios": [
"~> 2.0.0"
],
"proj4-ios": [
"~> 4.9.3"
]
}
}