blob: 4abf53b0bca93fb9d254729c18f539e00e1222d0 [file] [log] [blame]
{
"name": "MUILayout",
"version": "0.0.2",
"summary": "AutoLayout and UI crator tool for Swift.",
"swift_version": "4.2",
"description": "Wrapper for simple creation of AutoLayout constraints and UI crator tool for meant for Swift Apps without Storyboard.",
"homepage": "https://github.com/michaelprummer/mp_swift_uikit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Michael Prummer": "prummermichael@gmail.com"
},
"source": {
"git": "https://github.com/michaelprummer/mp_swift_uikit.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "9.0"
},
"source_files": "MUILayout/Classes/**/*"
}