blob: 294ba52486b858134c929d16e813a561e08f3eee [file] [log] [blame]
{
"name": "DuckUI",
"version": "0.3.14",
"summary": "SwiftUI for UIKit. Kinda. 😉",
"description": "'DuckUI is SwiftUI for UIKit. Kinda. It is an exceptionally simple way to build user interfaces in UIKit. With a declarative Swift syntax that’s easy to read and natural to write, DuckUI works seamlessly with UIKit white resembling to SwiftUI code and design principles.'",
"homepage": "https://github.com/rebeloper/DuckUI",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"rebeloper": "therebeloper@gmail.com"
},
"source": {
"git": "https://github.com/rebeloper/DuckUI.git",
"tag": "0.3.14"
},
"social_media_url": "https://youtube.com/rebeloper",
"platforms": {
"ios": "12.0"
},
"source_files": "Source/**/*.swift",
"swift_versions": "5.0",
"dependencies": {
"ReactiveKit": [
"~> 3.12.3"
],
"Bond": [
"~> 7.5.0"
],
"Layoutless": [
"~> 0.4.1"
],
"TinyConstraints": [
"~> 4.0.1"
],
"RSKPlaceholderTextView": [
"~> 5.0.1"
],
"JGProgressHUD": [
"~> 2.0.3"
]
},
"swift_version": "5.0"
}