[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 4 / 2 / 1 / JKPresentationController / 1.0.0 / JKPresentationController.podspec.json
blob528b2264c6f5e658c74c401fb306cf10e3ff2e8e
2   "name": "JKPresentationController",
3   "version": "1.0.0",
4   "summary": "基于UIPresentationController对弹窗公共部分的一层封装.",
5   "description": "JKPresentationController封装了弹窗的显示与隐藏功能并提供了默认的淡入淡出效果,\n弹出的内容由使用者决定,自由度更高.采用扩展的方式实现,代码侵入性更小.",
6   "homepage": "https://github.com/xq-120/JKPresentationController",
7   "license": "MIT",
8   "authors": {
9     "jekyttt": "1204556447@qq.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/xq-120/JKPresentationController.git",
16     "tag": "1.0.0"
17   },
18   "source_files": "JKPresentationController/*.swift",
19   "frameworks": [
20     "Foundation",
21     "UIKit"
22   ],
23   "requires_arc": true,
24   "swift_versions": "5.0",
25   "swift_version": "5.0"