blob: 6664e0ac2628713dbd8695f8b714302f97702119 [file] [log] [blame]
{
"name": "UICreator",
"version": "1.0.0-alpha.2",
"summary": "Creating view using declarative statements",
"description": "UICreator is a replacement for storyboard and xib files. Like Fluter, ReactNative and SwiftUI, but keeping the same structure used in MVC projects.",
"homepage": "https://github.com/umobi/UICreator",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"brennobemoura": "brenno@umobi.com.br"
},
"source": {
"git": "https://github.com/umobi/UICreator.git",
"tag": "1.0.0-alpha.2"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.1",
"source_files": "UICreator/Classes/**/*",
"dependencies": {
"UIContainer": [
"~> 1.2.0-beta.2"
],
"SnapKit": [
"~> 5.0.1"
]
},
"swift_version": "5.1"
}