blob: 66e68e59a9ce645551e0b34174caf28844502c86 [file] [log] [blame]
{
"name": "ReactiveBluetooth",
"version": "2.2.1",
"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.2.1"
},
"swift_version": "4.0",
"platforms": {
"ios": "10.0"
},
"source_files": "ReactiveBluetooth/Classes/**/*",
"dependencies": {
"ReactiveSwift": [
],
"ReactiveCocoa": [
]
}
}