blob: be5e200e715a9d1a0bd0eea0e6da82d395af1fa7 [file] [log] [blame]
{
"name": "CoreBluetoothExtension",
"version": "0.6.8",
"summary": "A simple Extension for CoreBluetooth.",
"description": "A simple Extension of CoreBluetooth.",
"homepage": "https://github.com/itanchao/CoreBluetoothExtension",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"itanchao": "itanchao@gmail.com"
},
"source": {
"git": "https://github.com/itanchao/CoreBluetoothExtension.git",
"tag": "0.6.8"
},
"platforms": {
"ios": "8.0",
"watchos": "4.0"
},
"source_files": "CoreBluetoothExtension/**/*{.h,.m}",
"public_header_files": "CoreBluetoothExtension/Public/**/*.h",
"dependencies": {
"ReactiveObjC": [
]
}
}