[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / a / 4 / 6 / GCTUIModalPresentationViewController / 0.0.1 / GCTUIModalPresentationViewController.podspec.json
blobc5ec42ad5e052a2324906e327669cb53fc0dede0
2   "name": "GCTUIModalPresentationViewController",
3   "version": "0.0.1",
4   "summary": "自定义 modal presentation vc",
5   "description": "自定义 modal presentation vc 控件:\n支持 xib 自定义控件布局约束;\n支持 present 动画、dismiss 动画;\n支持 TextField、TextView 跟随键盘一起 present 显示",
6   "homepage": "https://github.com/GCTec/GCTUIModalPresentationViewController",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Later": "lshxin89@126.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/GCTec/GCTUIModalPresentationViewController.git",
19     "tag": "0.0.1"
20   },
21   "frameworks": [
22     "UIKit",
23     "Foundation"
24   ],
25   "requires_arc": true,
26   "public_header_files": "GCTUIModalPresentationViewController/Classes/*.h",
27   "source_files": "GCTUIModalPresentationViewController/Classes/*.{h,m}"