blob: 6c9d669d29b13e7f642fc49b98f2fd0e08efd92e [file] [log] [blame]
{
"name": "RxBluetoothKit",
"version": "3.0.9",
"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": "3.0.9"
},
"social_media_url": "https://twitter.com/polidea",
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"requires_arc": true,
"source_files": "Source/*.swift",
"frameworks": "CoreBluetooth",
"dependencies": {
"RxSwift": [
"~> 3.2"
]
},
"pushed_with_swift_version": "3.0"
}