[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / d / 7 / c / ZoomTransitionAnimator / 0.1.0 / ZoomTransitionAnimator.podspec.json
blobac91946b504ea450d55ecc4e67385cf4a0130d77
2   "name": "ZoomTransitionAnimator",
3   "version": "0.1.0",
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.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "ZoomTransitionAnimator/Classes/**/*",
22   "pushed_with_swift_version": "4.0.3"