blob: 73c92675230c8096003d6fba51c9fbbde1bd5f39 [file] [log] [blame]
{
"name": "PullToDismissTransition",
"version": "0.7.9",
"homepage": "https://github.com/benguild/PullToDismissTransition",
"summary": "Uses `UIPercentDrivenInteractiveTransition` and `UIViewControllerAnimatedTransitioning` to quickly implement nice “pull-to-dismiss” interactions on modal view controller(s). — Also handles `UIScrollView` bounce toggling dynamically when necessary.",
"license": "MIT",
"authors": {
"Ben Guild": "hello@benguild.com"
},
"source": {
"git": "https://github.com/benguild/PullToDismissTransition.git",
"tag": "0.7.9"
},
"source_files": [
"PullToDismissTransition.swift",
"PullToDismissable.swift"
],
"social_media_url": "https://twitter.com/benguild",
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"swift_version": "4.1"
}