blob: fd8e6256fb962f4e14cf78c2f61997f4cafe3b03 [file] [log] [blame]
{
"name": "ReactiveBluetooth",
"version": "2.0.2",
"summary": "ReactiveSwift bindings for CoreBluetooth.",
"description": "..",
"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": "2.0.2"
},
"platforms": {
"ios": "10.0"
},
"source_files": "ReactiveBluetooth/Classes/**/*",
"dependencies": {
"ReactiveSwift": [
],
"ReactiveCocoa": [
]
}
}