blob: 14d14ec345ddb0c7d04f3430226f6487e2f26bba [file] [log] [blame]
{
"name": "TransitionController",
"version": "0.1.1",
"summary": "Present transition and dismiss transition of UIViewController with simple code",
"description": "You can dismiss transition and present transition between UIViewController, UINavigationController, UITabBarController, UICollectionViewController, and UITableViewController.\nReceives a delegate for the willPresent, didPresent, willDismiss and didDismiss of the ViewController.",
"homepage": "https://github.com/pikachu987/TransitionController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"pikachu987": "pikachu77769@gmail.com"
},
"source": {
"git": "https://github.com/pikachu987/TransitionController.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "TransitionController/Classes/**/*",
"swift_versions": "5.0",
"swift_version": "5.0"
}