blob: c04b9300237f3854f6c22d1972da981c41f72e5f [file] [log] [blame]
{
"name": "FJBLEFramework",
"version": "1.1.2",
"summary": "BLE蓝牙设备支持库 - FJBLEFramework",
"description": "FJBLEFramework 是一个BLE蓝牙设备支持库,目前支持心率手环,心率带等标准心率设备。",
"homepage": "https://github.com/Chenluhua/FJBLEFramework",
"license": "MIT",
"authors": {
"Luhua Chen": "chenluhua@qq.com"
},
"source": {
"git": "https://github.com/Chenluhua/FJBLEFramework.git",
"tag": "1.1.2"
},
"source_files": "FJBLEFramework/FJBLEFramework.framework/Headers/*.{h}",
"vendored_frameworks": "FJBLEFramework/FJBLEFramework.framework",
"exclude_files": "Classes/Exclude",
"frameworks": [
"Foundation",
"UIKit"
],
"platforms": {
"ios": "9.0"
}
}