blob: 7cc405642dccace520cf88001d77d371b7234263 [file] [log] [blame]
{
"name": "SimpleTabsViewController",
"version": "0.1.1",
"summary": "iOS view controller for custom and dynamic horizontal tabs.",
"description": " Simple horizontal tab menu.\n * Easy to customize\n * Easy to use\n * Uses auto layout\n * Show/Hide count at each tab\n * Dinamycally hides count when it's 0 (option to force showing count always)\n",
"homepage": "https://github.com/bitomule/SimpleTabsViewController",
"license": "MIT",
"authors": {
"David Collado Sela": "bitomule@gmail.com"
},
"social_media_url": "http://twitter.com/bitomule",
"platforms": {
"ios": "8.1"
},
"source": {
"git": "https://github.com/bitomule/SimpleTabsViewController.git",
"tag": "0.1.1"
},
"source_files": "Source/*.swift",
"requires_arc": true
}