[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / a / 8 / 4 / ZRScrollableTabBar / 0.1.0 / ZRScrollableTabBar.podspec.json
blob2c405d7b6c97abac34b2f7b76b37a63009d7af3b
2   "name": "ZRScrollableTabBar",
3   "version": "0.1.0",
4   "summary": "ZRScrollableTabBar is a native tab bar with unlimited items without more button.",
5   "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",
6   "homepage": "https://github.com/raihan/ZRScrollableTabBar",
7   "license": "MIT",
8   "authors": {
9     "raihan": "raihan.zbr@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/raihan/ZRScrollableTabBar.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "ZRScrollableTabBar": [
22       "Pod/Assets/*.png"
23     ]
24   }