blob: 899a11d44d34837d776e272920e3d8a8f5ec6574 [file] [log] [blame]
{
"name": "BleManagerTool",
"version": "0.0.1",
"summary": "蓝牙项目使用-BleManagerTool.",
"description": "蓝牙公用模块",
"homepage": "https://gitee.com/Fly127/BLEManagerTool.git",
"license": "MIT",
"authors": {
"WANG DONG": "aney.wangdong@fenda.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://gitee.com/Fly127/BLEManagerTool.git",
"tag": "0.0.1"
},
"source_files": [
"BleManagerTool/BLEManager/*.{h,m}",
"BleManagerTool/BleModel/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"frameworks": [
"Foundation",
"CoreBluetooth"
],
"requires_arc": true
}