[Add] PlasoLogger 1.0.2
[CocoaPods.git] / Specs / b / 9 / f / BrightSDK / 3.5.2 / BrightSDK.podspec.json
blobd965c420b9c7c4d69e0993c8ff1a5d84a31d7fca
2   "name": "BrightSDK",
3   "version": "3.5.2",
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": "7.0"
11   },
12   "source": {
13     "git": "https://github.com/BrightBeacon/BrightBeacon_iOS_SDK.git",
14     "tag": "3.5.2"
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     "CoreLocation",
23     "CoreBluetooth"
24   ],
25   "requires_arc": true,
26   "xcconfig": {
27     "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/BrightSDK\"",
28     "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/BrightSDK/include\""
29   },
30   "license": {
31     "type": "Copyright",
32     "text": "      Copyright 2020 BrightBeacon All rights reserved.\n"
33   }