blob: df14358258b843cd0a8cf7d397ccea70678a0190 [file] [log] [blame]
{
"name": "sf-proj-ios",
"version": "2.0.1",
"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.1"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"source_files": "sf-proj-ios/**/*.{h,m}",
"exclude_files": "sf-proj-ios/**/Info.plist",
"resource_bundles": {
"sf-proj-ios": [
"sf-proj-ios/**/*.plist"
]
},
"frameworks": "Foundation",
"dependencies": {
"sf-ios": [
"~> 2.0.1"
],
"proj4-ios": [
"~> 4.9.3"
]
}
}