blob: dffc35565199d91c6d49e06b394ab12894ca22a8 [file] [log] [blame]
{
"name": "CXBleManager",
"version": "1.0.1",
"summary": "iOS与ble设备通讯",
"description": "iOS与ble设备通讯",
"homepage": "https://github.com/stephen5652/CXBleManager.git",
"license": "MIT",
"authors": "stephen5652@126.com",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://gitee.com/cxx565289/CXBleManager.git",
"tag": "1.0.1"
},
"source_files": [
"CXBleManager",
"CXBleManager/**/*.{h,m}"
],
"exclude_files": "CXBleManager/Exclude",
"public_header_files": "CXBleManager/**/*.h",
"frameworks": "CoreBluetooth",
"requires_arc": true
}