blob: 67593c683304304cef369944444917eca84a5b70 [file] [log] [blame]
{
"name": "PULPulsate",
"version": "2.22.0",
"summary": "Pulsate SDK",
"homepage": "http://pulsatehq.com/",
"license": "Commercial",
"authors": {
"Pulsate": "http://pulsatehq.com/"
},
"source": {
"git": "https://github.com/PulsateHQ/pulsate-ios-sdk.git",
"tag": "2.22.0"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"vendored_frameworks": "PULPulsate/PULPulsate.framework",
"resources": "PULPulsate/PULPulsateBasic.bundle",
"frameworks": [
"CoreData",
"CoreLocation",
"SystemConfiguration",
"CoreBluetooth"
],
"libraries": "z",
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
}
}