blob: 30440959474dae9182f8e5c17cb816f511af2168 [file] [log] [blame]
{
"name": "CNjacob_CoreBluetooth",
"version": "0.1.0",
"summary": "苹果蓝牙CoreBluetooth简单使用.",
"description": "CNjacob_CoreBluetooth 是对苹果蓝牙CoreBluetooth的简单封装,使用Block方式使代码更简洁.",
"homepage": "https://github.com/CNjacob/CNjacob_CoreBluetooth",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"CNjacob": "15375187600@163.com"
},
"source": {
"git": "https://github.com/CNjacob/CNjacob_CoreBluetooth.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": [
"CNjacob_CoreBluetooth/Classes/**/*",
"CNjacob_CoreBluetooth/Classes/CNjacob_CBBase/**/*",
"CNjacob_CoreBluetooth/Classes/CNjacob_CBCentral/**/*",
"CNjacob_CoreBluetooth/Classes/CNjacob_CBPeripheral/**/*"
],
"static_framework": true,
"frameworks": [
"UIKit",
"Foundation",
"CoreBluetooth"
]
}