blob: c57bfeb74885d262fc6f697ed76b6de07c4b5822 [file] [log] [blame]
{
"name": "SweetUI",
"module_name": "SweetUI",
"version": "1.0.0-beta.2.0",
"summary": "Declarative UIKit wrapper inspired by SwiftUI",
"swift_versions": "5.2",
"description": "Easy to use declarative UIKit wrapper inspired by SwiftUI",
"homepage": "https://github.com/maximkrouk/SweetUI",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"maximkrouk": "id.maximkrouk@gmail.com"
},
"source": {
"git": "https://github.com/maximkrouk/SweetUI.git",
"tag": "1.0.0-beta.2.0"
},
"social_media_url": "https://twitter.com/maximkrouk",
"platforms": {
"ios": "10.0"
},
"source_files": "Sources/SweetUI/**/*",
"frameworks": "UIKit",
"dependencies": {
"UICocoa": [
"~> 1"
]
},
"swift_version": "5.2"
}