blob: 01c9bc3eebcea60e27839842af9b9eb6577955dd [file] [log] [blame]
{
"name": "ReactiveCoreBluetooth",
"version": "0.0.3",
"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.3"
},
"platforms": {
"ios": "5.0"
},
"source_files": [
"ReactiveCoreBluetooth.h",
"ReactiveCoreBluetooth/*.{h,m}"
],
"frameworks": "CoreBluetooth",
"requires_arc": true,
"dependencies": {
"ReactiveCocoa": [
"~> 1.0"
]
}
}