blob: 96dc7f8c67e9fb7ca60d26a7b4ac0b32efbf99a8 [file] [log] [blame]
{
"name": "CoreBluetoothExtension",
"version": "0.2.0",
"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.2.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "CoreBluetoothExtension/Class/**/*{.h,.m}",
"public_header_files": "CoreBluetoothExtension/Class/Public/**/*.h",
"private_header_files": "CoreBluetoothExtension/Class/Private/**/*.h",
"dependencies": {
"ReactiveObjC": [
]
}
}