blob: 3e47784ccd9bf0e707404e5be89a870e7d7659e3 [file] [log] [blame]
{
"name": "MatchTransition",
"version": "1.3.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.3.0"
},
"platforms": {
"ios": "11.0"
},
"swift_versions": "4.2",
"source_files": [
"MatchTransition/Classes/**/*",
"MatchTransition/Classes/*"
],
"frameworks": "UIKit",
"swift_version": "4.2"
}