blob: 9e465bf6d6d3ca4e28bbe9ddbc60651e904b8c6d [file] [log] [blame]
{
"name": "UIView+hiddenLayout",
"version": "0.0.2",
"summary": "UIView+hiddenLayout 当控件需要hidden 时自动更新约束.",
"description": "当view 需要显示或者隐藏时可以自动调整view 的约束或着还原约束,而不需要手动再去更改某个约束,前提是使用autolayout布局。",
"homepage": "https://github.com/ShelockWindy/MyiOSDemo",
"license": "MIT",
"authors": {
"washeng": "2517185883@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/ShelockWindy/MyiOSDemo.git",
"tag": "0.0.2"
},
"source_files": "ShareDemo/UIView+hiddenLayout/*.{h,m}"
}