blob: cbbce1fc439a5b709b14fe44e6c85175d7d5f0c5 [file] [log] [blame]
{
"name": "UIView+FDCollapsibleConstraints",
"version": "1.0",
"summary": "Collapsible auto layout constraints.",
"description": "Collapse a view with its selected auto layout constraints in interface builder.",
"homepage": "https://github.com/forkingdog/UIView-FDCollapsibleConstraints",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"forkingdog group": "https://github.com/forkingdog"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/forkingdog/UIView-FDCollapsibleConstraints.git",
"tag": "1.0"
},
"source_files": "Classes/*.{h,m}",
"requires_arc": true
}