blob: 4c33a9a952f780628d52644ee41b06635521d303 [file] [log] [blame]
{
"name": "UICreator",
"version": "1.0.0-alpha.4",
"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.4"
},
"platforms": {
"ios": "10.0",
"tvos": "10.0"
},
"swift_versions": "5.1",
"source_files": "UICreator/Classes/**/*",
"dependencies": {
"UIContainer": [
"~> 1.2.0-beta.3"
],
"SnapKit": [
"~> 5.0.1"
]
},
"swift_version": "5.1"
}