blob: 46651d0f6cb20f62f603f12f53ec92aea49bbb6e [file] [log] [blame]
{
"name": "RxBluetooth",
"version": "0.2",
"license": "MIT",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"summary": "RxSwift CoreBluetooth",
"homepage": "https://github.com/SideEffects-xyz/RxBluetooth",
"authors": {
"Junior B.": "junior@bonto.ch"
},
"source": {
"git": "https://github.com/SideEffects-xyz/RxBluetooth.git",
"tag": "0.2"
},
"frameworks": "CoreBluetooth",
"source_files": [
"RxBluetooth/Source/*swift"
],
"requires_arc": true,
"dependencies": {
"RxSwift": [
"~> 2.1.0"
],
"RxCocoa": [
"~> 2.1.0"
]
}
}