[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 5 / 7 / 4 / SafetySDK / 0.0.7 / SafetySDK.podspec.json
blobd892af53e29d2ecc28a083dc94ecf9cca50fe1b3
2   "name": "SafetySDK",
3   "version": "0.0.7",
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://github.com/nikiizvorski/SafetySDK",
7   "license": {
8     "type": "Apache 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "nikiizvorski@gmail.com": "dev@airdates.co"
13   },
14   "source": {
15     "git": "https://nikiizvorski@bitbucket.org/nikiizvorski/safetysdk.git",
16     "tag": "0.0.7"
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": "NearbyConnections.framework",
28   "static_framework": true,
29   "libraries": [
30     "sqlite3",
31     "c++"
32   ],
33   "pod_target_xcconfig": {
34     "FRAMEWORK_SEARCH_PATHS": "/Applications/Xcode.app/Contents/Developer/Library/Frameworks",
35     "OTHER_LDFLAGS": "$(inherited) -ObjC"
36   },
37   "dependencies": {
38     "GoogleToolboxForMac/Logger": [
39       "~> 2.1"
40     ]
41   }