blob: e774651605ff4605f8ccb02ae1f1d9c6572f6233 [file] [log] [blame]
{
"name": "QNSDK",
"version": "2.3.0-beta.2",
"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": "2.3.0-beta.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "QNSDK/SDK/**/*.{h,m}",
"vendored_libraries": "QNSDK/SDK/libQNDeviceSDK.a",
"public_header_files": "QNSDK/SDK/**/*.h",
"static_framework": true,
"frameworks": "CoreBluetooth",
"xcconfig": {
"BITCODE_GENERATION_MODE": "bitcode"
}
}