[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / a / 8 / 4 / ZRScrollableTabBar / 0.1.1 / ZRScrollableTabBar.podspec.json
blob47be7160fb60acade1ecef138a0ceb012c44ae9f
2   "name": "ZRScrollableTabBar",
3   "version": "0.1.1",
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.1"
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   }