blob: a630f53933a148e58147e09727e0a77b6d8f9189 [file] [log] [blame]
{
"name": "BrightSDK",
"version": "3.4.9",
"summary": "iOS library for BrightBeacon devices",
"homepage": "http://www.brtbeacon.com",
"authors": {
"BrightBeacon": "o2owlkj@163.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/BrightBeacon/BrightBeacon_iOS_SDK.git",
"tag": "3.4.9"
},
"source_files": "BrightSDK/**/*.h",
"preserve_paths": "BrightSDK/libBrightSDK.a",
"vendored_libraries": "BrightSDK/libBrightSDK.a",
"frameworks": [
"UIKit",
"Foundation",
"SystemConfiguration",
"MobileCoreServices",
"CoreLocation",
"CoreBluetooth"
],
"requires_arc": true,
"xcconfig": {
"LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/BrightSDK\"",
"HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/BrightSDK/include\""
},
"license": {
"type": "Copyright",
"text": " Copyright 2017 BrightBeacon All rights reserved.\n"
}
}