blob: 98614dd64e90e7586e8023a5b76b6d8f19e72a04 [file] [log] [blame]
{
"name": "HHTabListController",
"version": "1.1.2",
"summary": "HHTabListController - Vertical tab view controller.",
"description": " HHTabListController is an implementation of a tab controller where tabs are listed in a table view hidden behind the active view controller. The list of tabs may be revealed using a swipe gesture or by touching a button.\n\nVisually the implementation is similar to the sliding menu or navigation bar seen in many iOS applications. To my knowledge the idea was pioneered by the Facebook app.\n\nThe HHTabListController implementation was written for the [ACTPrinter 4.0 application](https://itunes.apple.com/app/actprinter-virtual-printer/id296083171?mt=8).\nThe code presented here is identical to the one used in the shipped product.\n",
"homepage": "https://github.com/gloubibou/HHTabListController",
"license": {
"type": "BSD",
"text": " Copyright (c) 2012-2013, Pierre Bernard & Houdah Software s.à r.l.\n All rights reserved.\n\n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are met:\n * Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n * Redistributions in binary form must reproduce the above copyright\n notice, this list of conditions and the following disclaimer in the\n documentation and/or other materials provided with the distribution.\n * Neither the name of the <organization> nor the\n names of its contributors may be used to endorse or promote products\n derived from this software without specific prior written permission.\n\n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND\n ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\n WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY\n DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\n (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\n LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND\n ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\n SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n"
},
"authors": "Pierre Bernard",
"source": {
"git": "https://github.com/gloubibou/HHTabListController.git",
"tag": "v1.1.2"
},
"platforms": {
"ios": "5.1"
},
"source_files": [
"Classes",
"HHTabList/**/*.{h,m}"
],
"public_header_files": "HHTabList/**/*.h",
"resources": "HHTabList/**/*.{png}",
"frameworks": "CoreGraphics",
"requires_arc": true
}