| { |
| "name": "BxUI", |
| "version": "1.4.17", |
| "swift_version": "4.1", |
| "summary": "A Collection of Interface Elements Commonly Needed for iOS Development in Swift.", |
| "description": "BxUI provides a vast collection of extensions and custom UIKit classes to make complex views much easier.", |
| "homepage": "https://bxui.borchero.com", |
| "documentation_url": "https://bxui.borchero.com/docs", |
| "license": { |
| "type": "Apache License, Version 2.0", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Oliver Borchert": "borchero@icloud.com" |
| }, |
| "source": { |
| "git": "https://github.com/borchero/BxUI.git", |
| "tag": "1.4.17" |
| }, |
| "platforms": { |
| "ios": "11.0" |
| }, |
| "source_files": "BxUI/**/*", |
| "dependencies": { |
| "RxSwift": [ |
| "~> 4.0" |
| ], |
| "RxCocoa": [ |
| "~> 4.0" |
| ], |
| "RxKeyboard": [ |
| |
| ], |
| "BxUtility": [ |
| "~> 1.1" |
| ], |
| "BxLayout": [ |
| "~> 1.0" |
| ], |
| "BxReact": [ |
| "~> 0.1" |
| ] |
| }, |
| "frameworks": "UIKit" |
| } |