blob: f78704ad28171f1246afa5d5e956197ed4587036 [file] [log] [blame]
{
"name": "EBViewControllerSwitcher",
"version": "0.1.0",
"summary": "ViewController that allows replace its child with custom transitions",
"description": "Sometimes you need to transition between viewControllers without pushing or presenting a modal.\nYou just need to dissapear the whole screen and replace it with another one. I don't always need to do that, but when I do, I use EBViewControllerSwitcher :-)",
"homepage": "https://github.com/betzerra/EBViewControllerSwitcher",
"license": "MIT",
"authors": {
"Ezequiel Becerra": "ezequiel.becerra@gmail.com"
},
"source": {
"git": "https://github.com/betzerra/EBViewControllerSwitcher.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/betzerra",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"EBViewControllerSwitcher": [
"Pod/Assets/*.png"
]
}
}