blob: a9c7fa36c2dfd2b9268ab8fb282045d311bc6ef1 [file] [log] [blame]
{
"name": "ReactiveCoreBluetooth",
"version": "0.0.5",
"summary": "Reactive Extensions for CoreBluetooth.",
"homepage": "https://github.com/MattCBowman/ReactiveCoreBluetooth",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Matt Bowman": "matt@citrrus.com"
},
"source": {
"git": "https://github.com/MattCBowman/ReactiveCoreBluetooth.git",
"tag": "0.0.5"
},
"platforms": {
"ios": "6.0"
},
"source_files": "ReactiveCoreBluetooth/*.{h,m}",
"frameworks": "CoreBluetooth",
"requires_arc": true,
"dependencies": {
"ReactiveCocoa": [
]
}
}