blob: 35a9aa66b160cdd27bc3831a230e950271f940b9 [file] [log] [blame]
{
"name": "ReactiveBluetooth",
"version": "1.0.0",
"summary": "ReactiveSwift bindings for CoreBluetooth.",
"description": "ReactiveBluetooth provides some ReactiveSwift bindings that can be used with a CoreBluetooth Manager",
"homepage": "https://github.com/gkaimakas/ReactiveBluetooth",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"gkaimakas": "gkaimakas@gmail.com"
},
"source": {
"git": "https://github.com/gkaimakas/ReactiveBluetooth.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "11.0"
},
"source_files": "ReactiveBluetooth/Classes/**/*",
"dependencies": {
"ReactiveSwift": [
"3.1.0"
],
"ReactiveCocoa": [
"\t7.1.0"
]
},
"pushed_with_swift_version": "4.0"
}