blob: bf6881e5713115bacd1ec58116547bc57f56b119 [file] [log] [blame]
{
"name": "PinchSDK",
"version": "2.0.0",
"summary": "Real-time location & behavioural data collection",
"authors": {
"fluxLoop AS": "support@fluxloop.com"
},
"homepage": "https://developers.pinch.no",
"license": {
"type": "Commercial",
"file": "LICENSE"
},
"source": {
"http": "https://puresdk.blob.core.windows.net/pinchsdk-versions/2.0.0.zip"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"frameworks": [
"Foundation",
"CoreData",
"CoreLocation"
],
"libraries": "z",
"source_files": "PinchSDK.framework/Headers/**/*",
"public_header_files": "PinchSDK.framework/Headers/**/*",
"vendored_frameworks": "PinchSDK.framework",
"preserve_paths": [
"PinchSDK.framework",
"PinchSDK.framework.dSYM"
],
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
}
}