blob: eccb7e8a0a31f2e8db651ab126e2d60dd422a823 [file] [log] [blame]
{
"name": "RxBluetoothKit",
"version": "1.1.0",
"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": "1.1.0"
},
"social_media_url": "https://twitter.com/polidea",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Source/*.swift",
"frameworks": "CoreBluetooth",
"dependencies": {
"RxSwift": [
"~> 2.0"
],
"RxCocoa": [
"~> 2.0"
]
}
}