[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / b / 9 / f / BrightSDK / 2.0.1 / BrightSDK.podspec.json
blob83245f9ad4380b089d36f73979bcacc56d770b65
2   "name": "BrightSDK",
3   "version": "2.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": "2.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     "AdSupport"
26   ],
27   "requires_arc": true,
28   "xcconfig": {
29     "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/BrightSDK\"",
30     "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/BrightSDK/Headers\""
31   },
32   "license": {
33     "type": "Copyright",
34     "text": "      Copyright 2014 智石网络科技 All rights reserved.\n"
35   }