blob: 607ee649171e8eb6424df5d85435a89baeba06fc [file] [log] [blame]
{
"name": "SafetySDK",
"version": "0.2.17",
"summary": "BuckleUp.io IOS SDK",
"description": "We want to make public transport stress-free and safe for everyone. Our objective is to transfer a part of our Bluetooth nearby technology, to protect anyone during their offline commute! That’s why we’re looking to integrate our Safety SDK with third-party apps. Imagine if you didn’t need to download BuckleUp App, if it was just a toggle within Google Maps, City Mapper, Candy Crush… We’re also talking to major transport providers about how they can improve public transport with design-led thinking and smart data.",
"homepage": "https://bitbucket.org/nikiizvorski/safetysdk",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"authors": {
"niki.izvorski@buckleup.io": "niki.izvorski@buckleup.io"
},
"source": {
"git": "https://nikiizvorski@bitbucket.org/nikiizvorski/safetysdk.git",
"tag": "0.2.17"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SafetySDK/Classes/*.{h,m,swift}",
"frameworks": [
"CoreBluetooth",
"LocalAuthentication"
],
"vendored_frameworks": [
"Safety.framework",
"GoogleToolboxForMac.framework"
],
"static_framework": true,
"libraries": [
"sqlite3",
"c++"
],
"pod_target_xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "/Applications/Xcode.app/Contents/Developer/Library/Frameworks",
"OTHER_LDFLAGS": "$(inherited) -ObjC"
}
}