blob: dc0e46669664e9223f1cf28f1648d46c535071fe [file] [log] [blame]
{
"name": "QLayoutor",
"version": "0.1.1",
"module_name": "QLayoutor",
"summary": "Helper functions to do iOS Auto-layout (Swift).",
"homepage": "https://github.com/ZefengQiu/QLayoutor",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ZefengQiu": "z9qiu@uwaterloo.ca"
},
"source": {
"git": "https://github.com/ZefengQiu/QLayoutor.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "10.0"
},
"source_files": "QLayoutor/Classes/**/*",
"frameworks": "UIKit"
}