[Add] MOBFoundation 20241206
[CocoaPods.git] / Specs / 4 / 3 / f / RMPZoomTransitionAnimator / 1.0.2 / RMPZoomTransitionAnimator.podspec.json
blobd5273bbeda9ff118612d814aa0f9be43c78318ae
2   "name": "RMPZoomTransitionAnimator",
3   "version": "1.0.2",
4   "summary": "A custom zooming transition animation for UIViewController",
5   "description": "`RMPZoomTransitionAnimator` provide a custom transition zooming animation.\n\nNot only `UICollectionView`, this is possible to use any other `UIViewController` transition.\nThis transition animation is like the \"Pinterest\" animation, but this is very simple and small library.",
6   "homepage": "https://github.com/recruit-mp/RMPZoomTransitionAnimator",
7   "screenshots": "https://raw.githubusercontent.com/recruit-mp/RMPZoomTransitionAnimator/master/docs/collectionview.gif",
8   "license": "MIT",
9   "authors": {
10     "Recruit Marketing Partners Co.,Ltd.": "recruit_mp_oss@ml.cocorou.jp"
11   },
12   "source": {
13     "git": "https://github.com/recruit-mp/RMPZoomTransitionAnimator.git",
14     "tag": "1.0.2"
15   },
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes",
21   "resource_bundles": {
22     "RMPZoomTransitionAnimator": [
23       "Pod/Assets/*.png"
24     ]
25   },
26   "frameworks": "UIKit"