blob: 7c037a480733993af4873a55e78975a0ae27d863 [file] [log] [blame]
{
"name": "UIContainer",
"version": "1.0.0-beta1",
"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.0-beta1"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"source_files": "UIContainer/Classes/**/*",
"dependencies": {
"SnapKit": [
]
},
"swift_version": "5.0"
}