blob: 4f185ce9961c68c90af91e44f6415cef751fb803 [file] [log] [blame]
{
"name": "QLayoutor",
"version": "0.1.0",
"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.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "QLayoutor/Classes/**/*",
"frameworks": "UIKit"
}