[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 3 / 0 / 5 / TBTUIKit / 0.2.1 / TBTUIKit.podspec.json
blob8980f5e3deb84455ff0f216473c04028030797af
2   "name": "TBTUIKit",
3   "version": "0.2.1",
4   "summary": "TBTUIKit",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/RainyofSun/TBTUIKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "RainyofSun": "807602063@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/RainyofSun/TBTUIKit.git",
16     "tag": "0.2.1"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "public_header_files": "Pod/Classes/TBTUIKit.h",
22   "dependencies": {
23     "TBTTabBarController": [
25     ]
26   },
27   "subspecs": [
28     {
29       "name": "UITool",
30       "source_files": "TBTUIKit/Classes/UITool/*.{h,m}"
31     },
32     {
33       "name": "BaseClass",
34       "source_files": "TBTUIKit/Classes/BaseClass/*.{h,m}",
35       "dependencies": {
36         "TBTUIKit/UITool": [
38         ],
39         "TBTUIKit/MacroHeader": [
41         ],
42         "TBTUIKit/Category": [
44         ]
45       }
46     },
47     {
48       "name": "Category",
49       "source_files": "TBTUIKit/Classes/Category/*.{h,m}",
50       "dependencies": {
51         "TBTUIKit/MacroHeader": [
53         ]
54       }
55     },
56     {
57       "name": "MacroHeader",
58       "source_files": "TBTUIKit/Classes/MacroHeader/*.{h}"
59     },
60     {
61       "name": "Widget",
62       "source_files": "TBTUIKit/Classes/Widget/*.{h,m}",
63       "dependencies": {
64         "TBTUIKit/MacroHeader": [
66         ],
67         "TBTUIKit/Category": [
69         ],
70         "TBTUIKit/BaseClass": [
72         ]
73       }
74     }
75   ]