blob: 4cec4a2765b80c475bf88ac23dedafb1f9d93986 [file] [log] [blame]
{
"name": "QuickLayout",
"version": "1.0.13",
"summary": "Code based user interface",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"description": "QuickLayout offers a simple and easy way to manage UIViews and NSLayoutConstraints 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.13"
},
"source_files": "QuickLayout/**/*.{swift,h}",
"frameworks": "UIKit"
}