blob: d24407b18a1c4fee61fc9d302feb6021a01b8929 [file] [log] [blame]
{
"name": "sf-wkb-ios",
"version": "3.0.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "iOS SDK for Simple Features Well-Known Binary",
"homepage": "https://github.com/ngageoint/simple-features-wkb-ios",
"authors": {
"NGA": "",
"BIT Systems": "",
"Brian Osborn": "bosborn@caci.com"
},
"social_media_url": "https://twitter.com/NGA_GEOINT",
"source": {
"git": "https://github.com/ngageoint/simple-features-wkb-ios.git",
"tag": "3.0.0"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"source_files": "sf-wkb-ios/**/*.{h,m}",
"frameworks": "Foundation",
"dependencies": {
"sf-ios": [
"~> 3.0.0"
]
}
}