blob: 1f07f4578b943e911841d3b70cb9061f1b4ab207 [file] [log] [blame]
{
"name": "BrightIndoorSDK",
"version": "1.0.8",
"summary": "Indoor location library for BrightBeacon devices",
"homepage": "http://www.brtbeacon.com",
"authors": {
"BrightBeacon": "o2owlkj@163.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/BrightBeacon/BrightIndoorSDK_IOS.git",
"tag": "1.0.8"
},
"preserve_paths": [
"libs/lib/TYLocationEngine.framework",
"libs/lib/TYMapData.framework",
"libs/lib/TYMapSDK.framework"
],
"ios": {
"vendored_frameworks": [
"libs/lib/TYLocationEngine.framework",
"libs/lib/TYMapData.framework",
"libs/lib/TYMapSDK.framework"
]
},
"resources": "libs/MapResource",
"requires_arc": true,
"libraries": [
"sqlite3",
"geos"
],
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"$HOME/Library/SDKs/ArcGIS/iOS\"",
"LIBRARY_SEARCH_PATHS": "\"$(SRCROOT)/../geos-3.5.0/geos/platform/mixd\"",
"OTHER_LDFLAGS": "\"-framework ArcGIS -lc++\""
},
"license": {
"type": "Copyright",
"text": " Copyright 2016 BrightBeacon All rights reserved.\n"
}
}