blob: 4c5d449b3e23945dcb9c5878d9a874815d4be0cb [file] [log] [blame]
{
"name": "HWPanModal",
"version": "0.4.2",
"summary": "HWPanModal is used to present controller and drag to dismiss.",
"description": "HWPanModal presents controller from bottom and drag to dismiss, high customize.",
"homepage": "https://github.com/HeathWang/HWPanModal",
"license": {
"type": "MIT"
},
"authors": {
"heathwang": "yishu.jay@gmail.com"
},
"source": {
"git": "https://github.com/HeathWang/HWPanModal.git",
"tag": "0.4.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"Sources/**/*"
],
"public_header_files": [
"Sources/HWPanModal.h",
"Sources/Presentable/HWPanModalPresentable.h",
"Sources/Presentable/HWPanModalHeight.h",
"Sources/Presentable/UIViewController+PanModalDefault.h",
"Sources/Presenter/UIViewController+PanModalPresenter.h",
"Sources/Presenter/HWPanModalPresenterProtocol.h",
"Sources/Presentable/UIViewController+Presentation.h",
"Sources/Animator/HWPresentingVCAnimatedTransitioning.h",
"Sources/View/HWPanIndicatorView.h",
"Sources/View/HWPanModalIndicatorProtocol.h",
"Sources/Category/UINavigationController+HWPanModal.h"
]
}