blob: 8736e6822057fb7c1647686c8c68063c87881ace [file] [log] [blame]
{
"name": "RBSwappableContainerView",
"version": "1.0.0",
"summary": "An UIViewController to allow for swapping out the ViewControllers in a UIContainerView, with animations.",
"homepage": "https://github.com/eoghain/RBSwappableContainerView",
"license": "MIT",
"screenshots": "https://raw.githubusercontent.com/eoghain/RBSwappableContainerView/master/Screenshots/TransitionAnimation.png",
"authors": {
"eoghain": "rob.o.booth@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/eoghain/RBSwappableContainerView.git",
"tag": "1.0.0"
},
"source_files": [
"Classes",
"Classes/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"requires_arc": true
}