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",
11 "heathwang": "yishu.jay@gmail.com"
14 "git": "https://github.com/HeathWang/HWPanModal.git",
21 "HWPanModal/Classes/**/*"
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"