[Add] GizoSDK 2.0.2-alpha.07
[CocoaPods.git] / Specs / 4 / 5 / 0 / CHRealHideUIView / 2.0.0 / CHRealHideUIView.podspec.json
blob85b7c4f920d0268988fbc63c34fbe5847cbb520f
2   "name": "CHRealHideUIView",
3   "version": "2.0.0",
4   "summary": "CHRealHideUIView hide view not only make view invisible but also eliminate hidden view's blank.",
5   "description": "When hidding the view, we expect the hidden view will not leave blank space.\nFor example there are two views =>  :dog::smile::cat:, hide :smile: should be :dog::cat:␣ , however in iOS will be :dog:␣:cat:.\nEven view don't draw, auto layout will retain their frame.\nCHRealHideUIView help you hide views and will not leave blank space.",
6   "homepage": "https://blog.capslock.tw/",
7   "screenshots": "https://raw.githubusercontent.com/Calvin-Huang/CHRealHideUIView/master/assets/CHRealHideUIView.gif",
8   "license": "MIT",
9   "authors": {
10     "Calvin": "calvin.peak@capslock.tw"
11   },
12   "platforms": {
13     "ios": "8.0"
14   },
15   "source": {
16     "git": "https://github.com/Calvin-Huang/CHRealHideUIView.git",
17     "tag": "2.0.0"
18   },
19   "source_files": [
20     "CHRealHideUIView/Extensions/UIView+AdditionDataExtension.swift",
21     "CHRealHideUIView/Extensions/UIViewController+RealHideViewExtension.swift"
22   ],
23   "requires_arc": true,
24   "pushed_with_swift_version": "3.0"