blob: d64d6f4d6e083f03566b7ecc77ef5ee75ecfd7fa [file] [log] [blame]
{
"name": "PLXCoreBluetooth",
"version": "0.2",
"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.2"
},
"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"
]
}
}