blob: 152d8ed3a04fb7dba12d67585e7f1a1eff569147 [file] [log] [blame]
{
"name": "QNSDK",
"version": "0.6.5-beta.1",
"summary": "轻牛旗下设备通讯类",
"description": "支持智能体脂秤、共享秤二维码数据解析",
"homepage": "https://github.com/YolandaQingniu/sdk-ios-demo",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"service@qnniu.com": "service@qnniu.com"
},
"source": {
"git": "https://github.com/YolandaQingniu/sdk-ios-demo.git",
"tag": "0.6.5-beta.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "QNSDK/SDK/**/*",
"vendored_libraries": "QNSDK/SDK/libQNDeviceSDK.a",
"public_header_files": "QNSDK/SDK/**/*.h",
"static_framework": true,
"frameworks": "CoreBluetooth",
"xcconfig": {
"BITCODE_GENERATION_MODE": "bitcode"
}
}