[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / c / f / 3 / MTMultipleViewController / 1.0.1 / MTMultipleViewController.podspec.json
blobab40a3454259fcb5e7803115cb0a4d3ab4da14bf
2   "name": "MTMultipleViewController",
3   "version": "1.0.1",
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": "1.0.1"
14   },
15   "platforms": {
16     "ios": "5.0"
17   },
18   "source_files": [
19     "Classes",
20     "Classes/**/*.{h,m}"
21   ],
22   "requires_arc": true