[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / c / f / 3 / MTMultipleViewController / 0.3.0 / MTMultipleViewController.podspec.json
blob50b2b30d5d2988aa023c590148b337755ab23f04
2   "name": "MTMultipleViewController",
3   "version": "0.3.0",
4   "summary": "A container view controller that allows the selection of child views based on a UISegmentedControl in the navigation bar.",
5   "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",
6   "homepage": "https://github.com/mtrudel/MTMultipleViewController",
7   "license": "MIT",
8   "authors": {
9     "Mat Trudel": "mat@geeky.net"
10   },
11   "source": {
12     "git": "https://github.com/mtrudel/MTMultipleViewController.git",
13     "tag": "0.3.0"
14   },
15   "platforms": {
16     "ios": "5.0"
17   },
18   "source_files": [
19     "Classes",
20     "Classes/**/*.{h,m}"
21   ],
22   "requires_arc": true