blob: fba5a3f856f309f27a7c2f34d9991aa22abb8b1c [file] [log] [blame]
{
"name": "BxUI",
"version": "3.1.1",
"swift_version": "4.2",
"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": "3.1.1"
},
"platforms": {
"ios": "11.0"
},
"source_files": "BxUI/**/*.{swift,h,m,mm,cpp,c}",
"dependencies": {
"RxSwift": [
"~> 4.0"
],
"RxCocoa": [
"~> 4.0"
],
"RxKeyboard": [
"~> 0.9"
],
"BxUtility": [
"~> 3.0"
],
"BxLayout": [
"~> 3.0"
],
"BxReact": [
"~> 3.0"
],
"BxGesture": [
"~> 3.0"
]
},
"frameworks": "UIKit"
}