blob: bbe549e20e11d19e5b55bd28756c905c81aa7c17 [file] [log] [blame]
{
"name": "ZoomTransitionAnimator",
"version": "0.1.2",
"summary": "For Pinterest-like zoom transition where the whole scene zoom with the cell.",
"description": "A zoom transition animator, which lets you zoom between two view controllers. It zooms the whole scene, not just the image view or the cell.\n\nIt can zoom anything, because it depends on CGRect not UIView.",
"homepage": "https://github.com/yesleon/ZoomTransitionAnimator",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"yesleon": "yesleon@me.com"
},
"source": {
"git": "https://github.com/yesleon/ZoomTransitionAnimator.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ZoomTransitionAnimator/Classes/**/*",
"pushed_with_swift_version": "4.0.3"
}