blob: b86ad91989984e94caca2a56222b3faa6789b55f [file] [log] [blame]
{
"name": "RMPZoomTransitionAnimator",
"version": "1.0.0",
"summary": "A custom zooming transition animation for UIViewController",
"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.\n",
"homepage": "https://github.com/recruit-mp/RMPZoomTransitionAnimator",
"screenshots": "https://raw.githubusercontent.com/recruit-mp/RMPZoomTransitionAnimator/master/docs/collectionview.gif",
"license": "MIT",
"authors": {
"Recruit Marketing Partners Co.,Ltd.": "recruit_mp_oss@ml.cocorou.jp"
},
"source": {
"git": "https://github.com/recruit-mp/RMPZoomTransitionAnimator.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"resource_bundles": {
"RMPZoomTransitionAnimator": [
"Pod/Assets/*.png"
]
},
"frameworks": "UIKit"
}