blob: c7e983734a1641527f4bf2061a6fd9168c9881cb [file] [log] [blame]
{
"name": "ZSWebSDK",
"version": "1.0.3",
"summary": "SDK for web js location interface",
"homepage": "http://www.brtbeacon.com",
"authors": {
"BrightBeacon": "o2owlkj@163.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://gitee.com/brtbeacon/BRTWebSDK_IOS.git",
"tag": "1.0.3"
},
"source_files": "ZSWebSDK",
"preserve_paths": "ZSWebSDK/Frameworks/TTLock.framework",
"vendored_frameworks": "ZSWebSDK/Frameworks/TTLock.framework",
"frameworks": [
"CoreLocation",
"CoreBluetooth"
],
"requires_arc": true,
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/ZSWebSDK/Frameworks\"",
"HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/ZSWebSDK\"",
"VALID_ARCHS": "arm64 x86_64 armv7"
},
"pod_target_xcconfig": {
"ARCHS[sdk=iphonesimulator*]": "$(ARCHS_STANDARD_64_BIT)"
},
"license": {
"type": "Copyright",
"text": " Copyright 2019 BrightBeacon All rights reserved.\n"
}
}