blob: 14b96e110001da966c1728e64df7880d347003c3 [file] [log] [blame]
{
"name": "PLXCoreBluetooth",
"version": "0.1",
"summary": "Reactive Extensions for CoreBluetooth",
"description": "PLXCoreBluetooth is a thin abstraction layer over CBCentralManager and CBPeripheral that enables programming using Reactive Cocoa.",
"homepage": "https://github.com/Polidea/PLXCoreBluetooth-RACExtensions",
"license": "MIT",
"authors": {
"Michal Mizera": "axadiw@gmail.com",
"Maciej Oczko": "maciejoczko@gmail.com"
},
"source": {
"git": "https://github.com/Polidea/PLXCoreBluetooth-RACExtensions.git",
"tag": "0.1"
},
"social_media_url": "https://twitter.com/polidea",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"frameworks": [
"CoreBluetooth",
"ReactiveCocoa"
],
"dependencies": {
"ReactiveCocoa": [
"2.5"
]
}
}