blob: 79a90437905f041e9662089311522e4908794b33 [file] [log] [blame]
{
"name": "sf-wkt-ios",
"version": "2.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": "2.0.0"
},
"requires_arc": true,
"platforms": {
"ios": "12.0"
},
"source_files": "sf-wkt-ios/**/*.{h,m}",
"frameworks": "Foundation",
"dependencies": {
"sf-ios": [
"~> 4.0.0"
]
}
}