[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / a / 8 / 4 / ZRScrollableTabBar / 0.1.5 / ZRScrollableTabBar.podspec.json
blob9c1bba36703a89ec46bd83f60fc8925984c015d6
2   "name": "ZRScrollableTabBar",
3   "version": "0.1.5",
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.5"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "ios": {
21     "resource_bundles": {
22       "ZRScrollableTabBar": "ZRScrollableTabBar/Resources/*.png"
23     }
24   }