blob: 6339c5636ec234e1b8fe6d4606926ba9c0774998 [file] [log] [blame]
{
"name": "QuickLayout",
"version": "1.0.11",
"summary": "Code based user interface",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"description": "QuickLayout offers you a simple and easy way to assign and manage your views and constraints in code.",
"homepage": "https://github.com/huri000/QuickLayout",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Daniel Huri": "huri000@gmail.com"
},
"source": {
"git": "https://github.com/huri000/QuickLayout.git",
"tag": "1.0.11"
},
"source_files": "QuickLayout/**/*.{swift,h}",
"frameworks": "UIKit"
}