blob: 9c1bba36703a89ec46bd83f60fc8925984c015d6 [file] [log] [blame]
{
"name": "ZRScrollableTabBar",
"version": "0.1.5",
"summary": "ZRScrollableTabBar is a native tab bar with unlimited items without more button.",
"description": "Normally tabbar shows more tab if there is more then 5 tab in a tab bar controller. To overcome this problem you can use ZRScrollableTabBar which will allow you to put as many tab as you want and they are scrollable",
"homepage": "https://github.com/raihan/ZRScrollableTabBar",
"license": "MIT",
"authors": {
"raihan": "raihan.zbr@gmail.com"
},
"source": {
"git": "https://github.com/raihan/ZRScrollableTabBar.git",
"tag": "0.1.5"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"ios": {
"resource_bundles": {
"ZRScrollableTabBar": "ZRScrollableTabBar/Resources/*.png"
}
}
}