[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / d / a / f / ZCNavTabBar / 0.0.4 / ZCNavTabBar.podspec.json
blob8bbe9a1386fdc83a2ca57b8979d2e3085b5c71af
2   "name": "ZCNavTabBar",
3   "version": "0.0.4",
4   "summary": "Multiple TAB switches for ios.",
5   "description": "It is a ZCNavTabBar used on iOS, which implement by Objective-C.",
6   "homepage": "https://github.com/ChenZhenChun/ZCNavTabBar",
7   "license": "MIT",
8   "authors": {
9     "ChenZhenChun": "346891964@qq.com"
10   },
11   "source": {
12     "git": "https://github.com/ChenZhenChun/ZCNavTabBar.git",
13     "tag": "0.0.4",
14     "submodules": true
15   },
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "frameworks": [
21     "Foundation",
22     "UIKit"
23   ],
24   "subspecs": [
25     {
26       "name": "ZCNavTabBar",
27       "source_files": "ZCNavTabBar/ZCNavTabBar/*.{h,m}",
28       "public_header_files": "ZCNavTabBar/ZCNavTabBar/*.h"
29     }
30   ]