blob: f6adadc5b7d98505f60a2ab82d60fb438fe6cf6f [file] [log] [blame]
{
"name": "DVBluetooth",
"version": "0.2.0",
"summary": "Bluetooth manager for iOS.",
"description": "The DVBluetooth help us easier connect and control bluetooth peripheral. \n It depends on CoreBluetooth.",
"homepage": "https://github.com/HeDefine/DVBluetooth",
"license": "MIT",
"authors": {
"Devine He": "hedingfei1993@126.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/HeDefine/DVBluetooth.git",
"tag": "0.2.0"
},
"source_files": "DVBluetooth/**/*.{h,m}",
"exclude_files": "DVBluetoothExample",
"frameworks": [
"Foundation",
"CoreBluetooth"
]
}