blob: 17ae1a10e2655b19f7d414e7968c2ae695e00ccf [file] [log] [blame]
{
"name": "UIContainer",
"version": "1.0.1",
"summary": "A ContainerView for any UIView or UIViewController",
"description": "UIContainer creates a containerView for UIViews and UIViewController allowing to insert in any view more easily",
"homepage": "https://github.com/umobi/UIContainer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"brennobemoura": "brennobemoura@outlook.com"
},
"source": {
"git": "https://github.com/umobi/UIContainer.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.1",
"source_files": "UIContainer/Classes/**/*",
"dependencies": {
"SnapKit": [
"~> 5.0.1"
]
},
"swift_version": "5.1"
}