[Add] ACWebSocketClient 0.1.0
[CocoaPods.git] / Specs / b / 9 / f / BrightSDK / 1.0.1 / BrightSDK.podspec.json
blob2a76be4a4ecb9895680f1c5044f0b70cddab3e43
2   "name": "BrightSDK",
3   "version": "1.0.1",
4   "summary": "iOS library for Bright iBeacon 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": "1.0.1"
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   ],
26   "requires_arc": true,
27   "xcconfig": {
28     "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/BrightSDK\"",
29     "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/BrightSDK/Headers\""
30   },
31   "license": {
32     "type": "Copyright",
33     "text": "      Copyright 2014 智石网络科技 All rights reserved.\n"
34   }