[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / 0 / 6 / HWPanModal / 0.2.9.7 / HWPanModal.podspec.json
blob77e430785941395a01865bb633bd8dab7563e229
2   "name": "HWPanModal",
3   "version": "0.2.9.7",
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.2.9.7"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "source_files": [
21     "HWPanModal/Classes/Layout/**/*",
22     "HWPanModal/Classes/Animator/**/*",
23     "HWPanModal/Classes/Controller/**/*",
24     "HWPanModal/Classes/Delegate/**/*",
25     "HWPanModal/Classes/Presentable/**/*",
26     "HWPanModal/Classes/Presenter/**/*",
27     "HWPanModal/Classes/View/**/*",
28     "HWPanModal/Classes/HWPanModal.h"
29   ],
30   "public_header_files": [
31     "HWPanModal/Classes/HWPanModal.h",
32     "HWPanModal/Classes/Presentable/HWPanModalPresentable.h",
33     "HWPanModal/Classes/Presentable/HWPanModalHeight.h",
34     "HWPanModal/Classes/Presentable/UIViewController+PanModalDefault.h",
35     "HWPanModal/Classes/Presenter/UIViewController+PanModalPresenter.h",
36     "HWPanModal/Classes/Presenter/HWPanModalPresenterProtocol.h",
37     "HWPanModal/Classes/Presentable/UIViewController+Presentation.h",
38     "HWPanModal/Classes/Animator/HWPresentingVCAnimatedTransitioning.h"
39   ],
40   "dependencies": {
41     "KVOController": [
43     ]
44   }