| { |
| "name": "RxCoreBluetooth", |
| "version": "0.0.1", |
| "summary": "RxCoreBluetooth is a CoreBluetooth Extension for RxSwift", |
| "description": "RxCoreBluetooth is a CoreBluetooth Extension for RxSwift. It contains CoreBluetoth funtionalities.", |
| "pod_target_xcconfig": { |
| "SWIFT_VERSION": "3.0" |
| }, |
| "homepage": "https://github.com/trilliwon/RxCoreBluetooth", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "trilliwon": "trilliwon@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/trilliwon/RxCoreBluetooth.git", |
| "tag": "0.0.1" |
| }, |
| "social_media_url": "https://twitter.com/trilliwon", |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "source_files": "Sources/*", |
| "dependencies": { |
| "RxSwift": [ |
| "~> 3.0" |
| ], |
| "RxCocoa": [ |
| "~> 3.0" |
| ] |
| }, |
| "pushed_with_swift_version": "3.0" |
| } |