blob: 134670772724ac53b9fedbad1506aa9ac3d81347 [file] [log] [blame]
{
"name": "PopInterrupter",
"version": "1.0.0",
"summary": "A drop-in library that helps manage the UINavigationController's interactivePopGestureRecognizer and backButtonItem. You can interrupt the pop back manually. It also helps to solve the conflicts between the interactivePopGestureRecognizer and the scrollView's panGestureRecognizer.",
"homepage": "https://github.com/Jerry0523/PopInterrupter.git",
"license": "MIT",
"authors": {
"Jerry Wong": "jerrywong0523@icloud.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Jerry0523/PopInterrupter.git",
"tag": "1.0.0"
},
"requires_arc": true,
"source_files": "PopInterrupter/*.swift"
}