blob: 4d156f969f542e1b99a337bcc818e14355442335 [file] [log] [blame]
{
"name": "wkb-ios",
"version": "1.0.0",
"license": "MIT",
"summary": "iOS SDK for Well-Known Binary",
"homepage": "https://github.com/ngageoint/geopackage-wkb-ios",
"authors": {
"Brian Osborn": "osbornb@bit-sys.com"
},
"source": {
"git": "https://github.com/ngageoint/geopackage-wkb-ios.git",
"tag": "1.0.0"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"source_files": "wkb-ios/**/*.{h,m}",
"prefix_header_file": "wkb-ios/wkb-ios-Prefix.pch",
"public_header_files": "wkb-ios/wkb_ios.h",
"resource_bundles": {
"WKB": [
"wkb-ios/**/*.plist"
]
},
"frameworks": "Foundation"
}