blob: 6758c94151197ded373642beed7c99c055647029 [file] [log] [blame]
{
"name": "RMMultipleViewsController",
"version": "1.0.0",
"summary": "This is an iOS control for showing multiple view controller in one view controller and selecting one with a segmented control",
"homepage": "https://github.com/CooperRS/RMMultipleViewsController",
"screenshots": [
"http://cooperrs.github.io/RMMultipleViewsController/Images/Screen1.png",
"http://cooperrs.github.io/RMMultipleViewsController/Images/Screen2.png"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Roland Moers": "snippets@cooperrs.de"
},
"source": {
"git": "https://github.com/CooperRS/RMMultipleViewsController.git",
"tag": "1.0.0"
},
"source_files": "RMMultipleViewsController/*",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"frameworks": "QuartzCore"
}