blob: 981a4107581e9937df2d22345763c91f72b9ff3e [file] [log] [blame]
{
"name": "sf-wkt-ios",
"version": "1.0.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "iOS SDK for Simple Features Well-Known Text",
"homepage": "https://github.com/ngageoint/simple-features-wkt-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-wkt-ios.git",
"tag": "1.0.0"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"source_files": "sf-wkt-ios/**/*.{h,m}",
"frameworks": "Foundation",
"dependencies": {
"sf-ios": [
"~> 3.0.0"
]
}
}