[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 5 / 7 / 4 / SafetySDK / 0.1.5 / SafetySDK.podspec.json
blob67f18ce97e798bfa49f3ebb02885fd6b319f5077
2   "name": "SafetySDK",
3   "version": "0.1.5",
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.5"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "SafetySDK/Classes/*.{h,m,swift}",
22   "frameworks": [
23     "CoreBluetooth",
24     "LocalAuthentication"
25   ],
26   "static_framework": true,
27   "libraries": [
28     "sqlite3",
29     "c++"
30   ],
31   "pod_target_xcconfig": {
32     "FRAMEWORK_SEARCH_PATHS": "/Applications/Xcode.app/Contents/Developer/Library/Frameworks",
33     "OTHER_LDFLAGS": "$(inherited) -ObjC"
34   }