[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 2 / b / KCTabBar / 1.0.2 / KCTabBar.podspec.json
blob7b4c6e000ec67f84a2a8142bcffda9e2bbed77f4
2   "name": "KCTabBar",
3   "version": "1.0.2",
4   "summary": "A set of KCTabBar.",
5   "description": "自定义TabBar的一个集合,添加pod支持",
6   "homepage": "https://github.com/KnowChat/KCTabBar",
7   "license": "MIT",
8   "authors": {
9     "lzmy1993": "http://www.knowchat.com"
10   },
11   "platforms": {
12     "ios": "5.0"
13   },
14   "source": {
15     "git": "https://github.com/KnowChat/KCTabBar.git",
16     "tag": "1.0.2"
17   },
18   "default_subspecs": "KCTabBar",
19   "frameworks": [
20     "Foundation",
21     "UIKit"
22   ],
23   "requires_arc": true,
24   "subspecs": [
25     {
26       "name": "KCTabBar",
27       "source_files": "KCTabBar/**/*"
28     },
29     {
30       "name": "KCMidBtnTabBar",
31       "source_files": "KCTabBar/KCMidBtnTabBar/*"
32     },
33     {
34       "name": "KCNormalTabBar",
35       "source_files": "KCTabBar/KCNormalTabBar/*"
36     }
37   ]