blob: 3db9b0eafa33cc852c8940e9fb5b02cef912ea91 [file] [log] [blame]
{
"name": "RxBLE",
"version": "0.1.1",
"summary": "RxSwift wrapper around the CoreBluetooth framework.",
"homepage": "https://github.com/dmsl1805/RxBLE",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"dmsl1805": "dmitriy.shulzhenko@brainbeanapps.com"
},
"source": {
"git": "https://github.com/dmsl1805/RxBLE.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "RxBLE/Classes/**/*",
"frameworks": "CoreBluetooth",
"dependencies": {
"RxSwift": [
],
"RxCocoa": [
]
},
"pushed_with_swift_version": "3.0"
}