[Add] MentaMeishuAdapter 6.00.24
[CocoaPods.git] / Specs / 4 / d / 6 / MHTabBarController / 0.0.1 / MHTabBarController.podspec.json
blob976cbe1ad92b58064a3b31c892bf856e4209d223
2   "name": "MHTabBarController",
3   "version": "0.0.1",
4   "summary": "A custom tab bar controller for iOS 5.",
5   "description": "                    This is a custom container view controller for iOS 5 that works just like a regular UITabBarController, except the tabs are at the top and look different.\n",
6   "homepage": "http://www.hollance.com/2011/11/mhtabbarcontroller-a-custom-tab-bar-for-ios-5-using-the-new-container-apis/",
7   "license": {
8     "type": "MIT",
9     "text": "The MHTabBarController source code is copyright 2011 Matthijs Hollemans and is licensed under the terms of the MIT license."
10   },
11   "authors": {
12     "Matthijs Hollemans": "mail@hollance.com"
13   },
14   "source": {
15     "git": "https://github.com/hollance/MHTabBarController.git",
16     "commit": "073f751521d6c998364a3671ec3edd6cecc7b4e7"
17   },
18   "platforms": {
19     "ios": "5.0"
20   },
21   "source_files": [
22     "Classes",
23     "Demo/MHTabBarController.*"
24   ],
25   "resources": "Images/*.png",
26   "requires_arc": true