| { |
| "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" |
| } |