blob: 90fb3ee765e1451d1fa98ac59a93e12e14a5731f [file] [log] [blame]
{
"name": "TransitionCoordinator",
"version": "0.1.0",
"summary": "TransitionCoordinator can be used to easily customize transition animations when pushing or presenting a view controller.",
"description": "TransitionCoordinator handles the use of custom animations when either pushing a view controller onto a navigation stack or when modally presenting a view controller.",
"homepage": "https://github.com/SimonMcFarlane/TransitionCoordinator",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Simon McFarlane": "simon@plusplus.ltd"
},
"source": {
"git": "https://github.com/SimonMcFarlane/TransitionCoordinator.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "4.1",
"source_files": "TransitionCoordinator/Classes/**/*"
}