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