blob: f0ff502bc0d46bc66ed8b4f61c424ddaeb21c5d2 [file] [log] [blame]
{
"name": "BrightSDK",
"version": "1.0.0",
"summary": "iOS library for Bright iBeacon devices",
"homepage": "http://www.brtbeacon.com",
"authors": {
"BrightBeacon": "o2owlkj@163.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/BrightBeacon/iOS-SDK.git",
"tag": "1.0.0"
},
"source_files": "BrightSDK/**/*.h",
"preserve_paths": "BrightSDK/libBrightSDK.a",
"vendored_libraries": "BrightSDK/libBrightSDK.a",
"frameworks": [
"UIKit",
"Foundation",
"SystemConfiguration",
"MobileCoreServices",
"CoreLocation"
],
"requires_arc": true,
"xcconfig": {
"LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/BrightSDK\"",
"HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/BrightSDK/Headers\""
},
"license": {
"type": "Copyright",
"text": " Copyright 2014 智石网络科技 All rights reserved.\n"
}
}