[Add] scandit-datacapture-frameworks-parser 6.28.3
[CocoaPods.git] / Specs / 5 / 7 / 4 / SafetySDK / 0.1.3 / SafetySDK.podspec.json
blob4ef505dcccc927ab42a94d8342dcd6362403177a
2   "name": "SafetySDK",
3   "version": "0.1.3",
4   "summary": "BuckleUp.io IOS SDK",
5   "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.",
6   "homepage": "https://bitbucket.org/nikiizvorski/safetysdk",
7   "license": {
8     "type": "Apache 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "niki.izvorski@buckleup.io": "niki.izvorski@buckleup.io"
13   },
14   "source": {
15     "git": "https://nikiizvorski@bitbucket.org/nikiizvorski/safetysdk.git",
16     "tag": "0.1.3"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "SafetySDK/Classes/*.{h,m,swift}",
22   "frameworks": [
23     "CoreBluetooth",
24     "LocalAuthentication",
25     "NearbyConnections"
26   ],
27   "vendored_frameworks": [
28     "NearbyConnections.framework",
29     "GoogleToolboxForMac.framework",
30     "Momo.framework"
31   ],
32   "static_framework": true,
33   "libraries": [
34     "sqlite3",
35     "c++"
36   ],
37   "pod_target_xcconfig": {
38     "FRAMEWORK_SEARCH_PATHS": "/Applications/Xcode.app/Contents/Developer/Library/Frameworks",
39     "OTHER_LDFLAGS": "$(inherited) -ObjC"
40   },
41   "dependencies": {
42     "GoogleToolboxForMac/Logger": [
43       "~> 2.1"
44     ]
45   }