blob: 559be6f3974dee763621b79ea0607fff521d4344 [file] [log] [blame]
{
"name": "DuckUI",
"version": "0.1.35",
"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.1.35"
},
"social_media_url": "https://youtube.com/rebeloper",
"platforms": {
"ios": "12.0"
},
"source_files": "Source/**/*.swift",
"swift_versions": "5.0",
"dependencies": {
"ReactiveKit": [
"~> 3.12.2"
],
"Bond": [
"~> 7.5.0"
]
},
"swift_version": "5.0"
}