blob: a1b137ef71cd04e55bcd8ac56d784613649f81e4 [file] [log] [blame]
{
"name": "RxBluetoothKit",
"version": "5.1.2",
"summary": "Bluetooth library for RxSwift",
"description": "RxBluetoothKit is lightweight and easy to use Rx support for CoreBluetooth.",
"homepage": "https://github.com/polidea/RxBluetoothKit",
"license": "Apache License, Version 2.0.",
"authors": {
"Przemysław Lenart": "przemek.lenart@polidea.com",
"Kacper Harasim": "kacper.harasim@polidea.com",
"Michał Laskowski": "michal.laskowski@polidea.com",
"Paweł Janeczek": "pawel.janeczek@polidea.com"
},
"source": {
"git": "https://github.com/polidea/RxBluetoothKit.git",
"tag": "5.1.2"
},
"social_media_url": "https://twitter.com/polidea",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "4.0",
"tvos": "11.0"
},
"requires_arc": true,
"source_files": "Source/*.swift",
"osx": {
"exclude_files": [
"Source/RestoredState.swift",
"Source/CentralManager+RestoredState.swift",
"Source/CentralManagerRestoredState.swift"
]
},
"frameworks": "CoreBluetooth",
"dependencies": {
"RxSwift": [
"~> 4.0"
]
}
}