[Add] OctopusSDK 1.6.1.23
[CocoaPods.git] / Specs / b / 9 / f / BrightSDK / 3.4.9 / BrightSDK.podspec.json
bloba630f53933a148e58147e09727e0a77b6d8f9189
2   "name": "BrightSDK",
3   "version": "3.4.9",
4   "summary": "iOS library for BrightBeacon devices",
5   "homepage": "http://www.brtbeacon.com",
6   "authors": {
7     "BrightBeacon": "o2owlkj@163.com"
8   },
9   "platforms": {
10     "ios": "6.0"
11   },
12   "source": {
13     "git": "https://github.com/BrightBeacon/BrightBeacon_iOS_SDK.git",
14     "tag": "3.4.9"
15   },
16   "source_files": "BrightSDK/**/*.h",
17   "preserve_paths": "BrightSDK/libBrightSDK.a",
18   "vendored_libraries": "BrightSDK/libBrightSDK.a",
19   "frameworks": [
20     "UIKit",
21     "Foundation",
22     "SystemConfiguration",
23     "MobileCoreServices",
24     "CoreLocation",
25     "CoreBluetooth"
26   ],
27   "requires_arc": true,
28   "xcconfig": {
29     "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/BrightSDK\"",
30     "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/BrightSDK/include\""
31   },
32   "license": {
33     "type": "Copyright",
34     "text": "      Copyright 2017 BrightBeacon All rights reserved.\n"
35   }