[Add] STBaseProject 1.0.8
[CocoaPods.git] / Specs / 8 / d / b / PureSDKBluetooth / 1.0.95.16 / PureSDKBluetooth.podspec.json
blobe9b984452a152ea6c541b6a41befb2748525c33a
2   "name": "PureSDKBluetooth",
3   "version": "1.0.95.16",
4   "summary": "The bluetooth module of the Pure tracking framework.",
5   "authors": {
6     "fluxLoop AS": "social@fluxloop.com"
7   },
8   "homepage": "https://github.com/fluxloop/pure-sdk",
9   "license": {
10     "type": "Commercial",
11     "file": "PureSDKBluetooth/PureSDKBluetooth.framework/LICENSE"
12   },
13   "source": {
14     "http": "https://puresdk.blob.core.windows.net/versions/PureSDKBluetooth/1.0.95.16.zip"
15   },
16   "platforms": {
17     "ios": "9.0"
18   },
19   "requires_arc": true,
20   "frameworks": [
21     "Foundation",
22     "CoreData",
23     "CoreLocation",
24     "CoreBluetooth"
25   ],
26   "libraries": "z",
27   "source_files": "PureSDKBluetooth/PureSDKBluetooth.framework/Headers/*.h",
28   "public_header_files": "PureSDKBluetooth/PureSDKBluetooth.framework/Headers/*.h",
29   "vendored_frameworks": "PureSDKBluetooth/PureSDKBluetooth.framework",
30   "preserve_paths": [
31     "PureSDKBluetooth/PureSDKBluetooth.framework",
32     "PureSDKBluetooth/PureSDKBluetooth.framework.dSYM"
33   ],
34   "xcconfig": {
35     "FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/PureSDKBluetooth/PureSDKBluetooth/**\""
36   }