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