[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / d / 7 / c / ZoomTransitionAnimator / 0.1.2 / ZoomTransitionAnimator.podspec.json
blobbbe549e20e11d19e5b55bd28756c905c81aa7c17
2   "name": "ZoomTransitionAnimator",
3   "version": "0.1.2",
4   "summary": "For Pinterest-like zoom transition where the whole scene zoom with the cell.",
5   "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.",
6   "homepage": "https://github.com/yesleon/ZoomTransitionAnimator",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "yesleon": "yesleon@me.com"
13   },
14   "source": {
15     "git": "https://github.com/yesleon/ZoomTransitionAnimator.git",
16     "tag": "0.1.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "ZoomTransitionAnimator/Classes/**/*",
22   "pushed_with_swift_version": "4.0.3"