blob: 6b43f770005cd33d31a5410326c725dc794f6709 [file] [log] [blame]
{
"name": "FRPChangeRootViewControllerSegue",
"version": "0.2",
"summary": "Custom segue that performs a root view controller change with an animation",
"description": " \t\tFRPChangeRootViewControllerSegue\n\t\t================================\n\n\t\tCustom segue that performs a root view controller change with an animation.\n\t\tYou can see it in action in TU Go iOS app or in http://youtu.be/1o1itbuZpr8\n\n\t\t###Usage:\n\t\t#Add the files to your project and use FRPChangeRootViewControllerSegue as custom segue name in your storyboard\n",
"homepage": "https://github.com/franciscojrp/FRPChangeRootViewControllerSegue",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Francisco J. Rodríguez": "5ntrol@gmail.com"
},
"source": {
"git": "https://github.com/franciscojrp/FRPChangeRootViewControllerSegue.git",
"tag": "0.2"
},
"source_files": "*.{h,m}",
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"frameworks": [
"UIKit",
"QuartzCore"
]
}