blob: ece39cefa32421e86314b030b88f84ed20ff8459 [file] [log] [blame]
{
"name": "BxUI",
"version": "1.5.12",
"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.5.12"
},
"platforms": {
"ios": "11.0"
},
"source_files": "BxUI/**/*",
"dependencies": {
"RxSwift": [
"~> 4.0"
],
"RxCocoa": [
"~> 4.0"
],
"RxKeyboard": [
],
"BxUtility": [
"~> 1.1"
],
"BxLayout": [
"~> 1.0"
],
"BxReact": [
"~> 0.1"
],
"BxGesture": [
"~> 1.0.1"
]
},
"frameworks": "UIKit"
}