blob: 3d573a73da8cb1bbd92ab38f6299ac3465adcc7d [file] [log] [blame]
{
"name": "HWPanModal",
"version": "0.3.4",
"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.3.4"
},
"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"
],
"dependencies": {
"KVOController": [
]
}
}