blob: ac36328d27f46e7dcb77d7e479ac17e4b81f0d8c [file] [log] [blame]
{
"name": "Allegory",
"version": "0.0.2",
"summary": "SwiftUI with UIKit",
"description": "Brief reimplementation of SwiftUI using UIKit under the hood to bring\ndeclarative UI to iOS 10+. Aids in the transition to SwiftUI by\nencouraging writing declarative code vs. imperative.",
"homepage": "https://github.com/mgray88/Allegory",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mike Gray": "mgray88@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/mgray88/Allegory.git",
"tag": "0.0.2"
},
"source_files": "Sources/Allegory/**/*.swift",
"swift_versions": "5.4",
"dependencies": {
"AllegoryIdentifiable": [
],
"RxSwift": [
"~> 6.0"
]
},
"swift_version": "5.4"
}