blob: 025129d0739b9052e7f3d0750ecd046d36093c7b [file] [log] [blame]
{
"name": "DVBluetoothSwift",
"version": "0.1.0",
"summary": "A bluetooth manager written by Swift.",
"description": "The DVBluetooth help us easier connect and control bluetooth peripheral. \n It depends on CoreBluetooth.",
"homepage": "https://github.com/HeDefine/DVBluetoothSwift.git",
"license": "MIT",
"authors": {
"Devine He": "hedingfei1993@126.com"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": "4.0",
"source": {
"git": "https://github.com/HeDefine/DVBluetoothSwift.git",
"tag": "0.1.0"
},
"source_files": "DVBluetoothSwift/*.swift",
"exclude_files": "DVBluetoothSwiftExample",
"frameworks": [
"Foundation",
"CoreBluetooth"
],
"swift_version": "4.0"
}