blob: 7a8551bdbba763e63098353f9641d91cb785fe94 [file] [log] [blame]
{
"name": "DVBluetooth",
"version": "0.3.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.3.0"
},
"source_files": "DVBluetooth/**/*.{h,m}",
"exclude_files": "DVBluetoothExample",
"frameworks": [
"Foundation",
"CoreBluetooth"
]
}