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