blob: a63edc35b0baeb7be2d98338061ccff14aa0f7ae [file] [log] [blame]
{
"name": "MatchTransition",
"version": "1.0.0",
"summary": "A quick and easy way to create beautiful Modal Transitions.",
"description": "'This pod allows you to easily create a beautiful transition between a UICollectionViewCell or a UITableViewCell and a DetailsViewController. It matches views between the cell and the arriving UIViewController using tags, it then creates a transition between the two.'",
"homepage": "https://github.com/LorTos/MatchTransition",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"LorTos": "lorenzotoscanidc@gmail.com"
},
"source": {
"git": "https://github.com/LorTos/MatchTransition.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "11.0"
},
"swift_version": "4.0",
"source_files": "MatchTransition/Classes/**/*",
"frameworks": "UIKit"
}