[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / 0 / d / 8 / UIView+hiddenLayout / 0.0.2 / UIView+hiddenLayout.podspec.json
blob9e465bf6d6d3ca4e28bbe9ddbc60651e904b8c6d
2   "name": "UIView+hiddenLayout",
3   "version": "0.0.2",
4   "summary": "UIView+hiddenLayout 当控件需要hidden 时自动更新约束.",
5   "description": "当view 需要显示或者隐藏时可以自动调整view 的约束或着还原约束,而不需要手动再去更改某个约束,前提是使用autolayout布局。",
6   "homepage": "https://github.com/ShelockWindy/MyiOSDemo",
7   "license": "MIT",
8   "authors": {
9     "washeng": "2517185883@qq.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/ShelockWindy/MyiOSDemo.git",
16     "tag": "0.0.2"
17   },
18   "source_files": "ShareDemo/UIView+hiddenLayout/*.{h,m}"