blob: 9753abf1d3563cc2dcb1331bbb0caa5178fddd70 [file] [log] [blame]
{
"name": "MatchTransition",
"version": "1.1.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.1.0"
},
"platforms": {
"ios": "11.0"
},
"swift_version": "4.0",
"source_files": [
"MatchTransition/Classes/**/*",
"MatchTransition/Classes/*"
],
"frameworks": "UIKit"
}