blob: 3ad5c45782b1a514f8ed664271a1259ed91df634 [file] [log] [blame]
{
"name": "RxBluetooth",
"version": "0.1",
"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.1"
},
"frameworks": "CoreBluetooth",
"source_files": [
"RxBluetooth/Source/*swift"
],
"requires_arc": true,
"dependencies": {
"RxSwift": [
"~> 2.0.0-alpha"
],
"RxCocoa": [
"~> 2.0.0-alpha"
]
}
}