blob: 08fb18969807441d6ce77d9038b16fe0b57e77e5 [file] [log] [blame]
{
"name": "MTMultipleViewController",
"version": "0.4.2",
"summary": "A container view controller that allows the selection of child views based on a UISegmentedControl in the navigation bar.",
"description": " A container view controller that allows the selection of child views based on a UISegmentedControl in the navigation bar. \n The navigation bar inherits left,right and back button items from the currently selected child UIViewController, and \n titles for the segmented control are taken from the child view controllers' UINavigationItem title properties. The\n upshot of all of this is that your child view controllers don't require any modification to be used with this container.\n",
"homepage": "https://github.com/mtrudel/MTMultipleViewController",
"license": "MIT",
"authors": {
"Mat Trudel": "mat@geeky.net"
},
"source": {
"git": "https://github.com/mtrudel/MTMultipleViewController.git",
"tag": "0.4.2"
},
"platforms": {
"ios": "5.0"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"requires_arc": true
}