blob: e9b984452a152ea6c541b6a41befb2748525c33a [file] [log] [blame]
{
"name": "PureSDKBluetooth",
"version": "1.0.95.16",
"summary": "The bluetooth module of the Pure tracking framework.",
"authors": {
"fluxLoop AS": "social@fluxloop.com"
},
"homepage": "https://github.com/fluxloop/pure-sdk",
"license": {
"type": "Commercial",
"file": "PureSDKBluetooth/PureSDKBluetooth.framework/LICENSE"
},
"source": {
"http": "https://puresdk.blob.core.windows.net/versions/PureSDKBluetooth/1.0.95.16.zip"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"frameworks": [
"Foundation",
"CoreData",
"CoreLocation",
"CoreBluetooth"
],
"libraries": "z",
"source_files": "PureSDKBluetooth/PureSDKBluetooth.framework/Headers/*.h",
"public_header_files": "PureSDKBluetooth/PureSDKBluetooth.framework/Headers/*.h",
"vendored_frameworks": "PureSDKBluetooth/PureSDKBluetooth.framework",
"preserve_paths": [
"PureSDKBluetooth/PureSDKBluetooth.framework",
"PureSDKBluetooth/PureSDKBluetooth.framework.dSYM"
],
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/PureSDKBluetooth/PureSDKBluetooth/**\""
}
}