blob: 12f3c72d0dc2193e43b3ac8b85a5c300eb46dcdb [file] [log] [blame]
{
"name": "DeepTransition",
"version": "0.1.0",
"summary": "Library for iOS Deep Transition between ViewControllers",
"description": " DeepTransition\n\n This library supports\n * URL Like Transition ex) 'top/friend/show'\n * 'Push View', 'Modal View' and 'InnerTab View'\n\n It is useful when\n * Long ViewController Transition Between ViewControllers\n * Displaying ViewController from WebView link\n * Displaying ViewController by LaunchOption like Notifications\n",
"homepage": "https://github.com/mokemokechicken/DeepTransition",
"license": "MIT",
"authors": {
"Ken Morishita": "mokemokechicken@gmail.com"
},
"source": {
"git": "https://github.com/mokemokechicken/DeepTransition.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/mokemokechicken",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*.swift",
"frameworks": "UIKit"
}