blob: 9e2e53a8658026cafbfe042e5c7ff9c9ce4529a6 [file] [log] [blame]
{
"name": "ZSWebSDK",
"version": "1.0.7",
"summary": "SDK for web js location interface",
"homepage": "http://www.brtbeacon.com",
"authors": {
"BrightBeacon": "developer@brtbeacon.cn"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://gitee.com/brtbeacon/BRTWebSDK_IOS.git",
"tag": "1.0.7"
},
"source_files": "ZSWebSDK",
"preserve_paths": "ZSWebSDK/Frameworks/TTLock.framework",
"vendored_frameworks": "ZSWebSDK/Frameworks/TTLock.framework",
"frameworks": [
"CoreLocation",
"CoreBluetooth"
],
"requires_arc": true,
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"license": {
"type": "Copyright",
"text": " Copyright 2021 BrightBeacon All rights reserved.\n"
}
}