blob: 3db47cc59c80fc06d429771c696da79fb2bc1b95 [file] [log] [blame]
{
"name": "RxBluetoothKit",
"version": "0.3.7",
"summary": "Bluetooth library for RxSwift",
"description": "RxBluetoothKit is lightweight and easy to use Rx support for CoreBluetooth.",
"homepage": "https://github.com/polidea/RxBluetoothKit",
"license": "MIT",
"authors": {
"Przemysław Lenart": "przemek.lenart@polidea.com",
"Kacper Harasim": "kacper.harasim@polidea.com"
},
"source": {
"git": "https://github.com/polidea/RxBluetoothKit.git",
"tag": "0.3.7"
},
"social_media_url": "https://twitter.com/polidea",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "RxBluetoothKit/*.swift",
"frameworks": "CoreBluetooth",
"dependencies": {
"RxSwift": [
"~> 2.0"
]
}
}