[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / 0 / 6 / HWPanModal / 0.3.6 / HWPanModal.podspec.json
blob99c799e5f81d9fa8278e5cba603d9b118f208557
2   "name": "HWPanModal",
3   "version": "0.3.6",
4   "summary": "HWPanModal is used to present controller and drag to dismiss.",
5   "description": "HWPanModal presents controller from bottom and drag to dismiss, high customize.",
6   "homepage": "https://github.com/HeathWang/HWPanModal",
7   "license": {
8     "type": "MIT"
9   },
10   "authors": {
11     "heathwang": "yishu.jay@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/HeathWang/HWPanModal.git",
15     "tag": "0.3.6"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "source_files": [
21     "Sources/**/*"
22   ],
23   "public_header_files": [
24     "Sources/HWPanModal.h",
25     "Sources/Presentable/HWPanModalPresentable.h",
26     "Sources/Presentable/HWPanModalHeight.h",
27     "Sources/Presentable/UIViewController+PanModalDefault.h",
28     "Sources/Presenter/UIViewController+PanModalPresenter.h",
29     "Sources/Presenter/HWPanModalPresenterProtocol.h",
30     "Sources/Presentable/UIViewController+Presentation.h",
31     "Sources/Animator/HWPresentingVCAnimatedTransitioning.h",
32     "Sources/View/HWPanIndicatorView.h",
33     "Sources/View/HWPanModalIndicatorProtocol.h",
34     "Sources/Category/UINavigationController+HWPanModal.h"
35   ],
36   "dependencies": {
37     "KVOController": [
39     ]
40   }