blob: 8b0e1b525813a16716fe185a2ec5619760aa9d61 [file] [log] [blame]
{
"name": "M13InfiniteTabBar",
"version": "2.0.0",
"summary": "A fully customizable UITabBar replacement for tab bars with five or more tabs.",
"description": " M13InfiniteTabBar was created to get rid of the \"More\" button on the UITabBar. Why should have to preform an extra two taps to get to the tab I want. M13InfiniteTabBar puts all the tabs on one level, in an intuitive, stylized manner. I've been using this in my app, \"What's My Stage On?\" since August 2012, and have decided to clean it up, and turn it into an easy to use subclass for everyone.\n",
"homepage": "https://github.com/Marxon13/M13InfiniteTabBar",
"license": {
"type": "MIT",
"text": " Copyright (c) 2013 Brandon McQuilkin\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the\n\"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n"
},
"authors": {
"Brandon McQuilkin": "marxon13@yahoo.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/Marxon13/M13InfiniteTabBar.git",
"tag": "v2.0.0"
},
"source_files": [
"Classes/*/*",
"Classes/*"
],
"frameworks": [
"Foundation",
"UIKit",
"QuartzCore",
"CoreGraphics"
],
"requires_arc": true
}