blob: 976cbe1ad92b58064a3b31c892bf856e4209d223 [file] [log] [blame]
{
"name": "MHTabBarController",
"version": "0.0.1",
"summary": "A custom tab bar controller for iOS 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",
"homepage": "http://www.hollance.com/2011/11/mhtabbarcontroller-a-custom-tab-bar-for-ios-5-using-the-new-container-apis/",
"license": {
"type": "MIT",
"text": "The MHTabBarController source code is copyright 2011 Matthijs Hollemans and is licensed under the terms of the MIT license."
},
"authors": {
"Matthijs Hollemans": "mail@hollance.com"
},
"source": {
"git": "https://github.com/hollance/MHTabBarController.git",
"commit": "073f751521d6c998364a3671ec3edd6cecc7b4e7"
},
"platforms": {
"ios": "5.0"
},
"source_files": [
"Classes",
"Demo/MHTabBarController.*"
],
"resources": "Images/*.png",
"requires_arc": true
}