[Add] TensorFlowLiteSwift 0.0.1-nightly.20250107
[CocoaPods.git] / Specs / 0 / d / 8 / UIView+hiddenLayout / 0.0.1 / UIView+hiddenLayout.podspec.json
blob6005b13602c47449d354164d1396f330b288634c
2   "name": "UIView+hiddenLayout",
3   "version": "0.0.1",
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.1"
17   },
18   "source_files": "ShareDemo/UIView+hiddenLayout/*.{h,m}"