[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 3 / 0 / 5 / TBTUIKit / 0.2.2 / TBTUIKit.podspec.json
blobbee73bb5310859b8337356d14b0f90cb398f517f
2   "name": "TBTUIKit",
3   "version": "0.2.2",
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.2"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "dependencies": {
22     "TBTTabBarController": [
24     ]
25   },
26   "subspecs": [
27     {
28       "name": "UITool",
29       "source_files": "TBTUIKit/Classes/UITool/*.{h,m}"
30     },
31     {
32       "name": "BaseClass",
33       "source_files": "TBTUIKit/Classes/BaseClass/*.{h,m}",
34       "dependencies": {
35         "TBTUIKit/UITool": [
37         ],
38         "TBTUIKit/MacroHeader": [
40         ],
41         "TBTUIKit/Category": [
43         ]
44       }
45     },
46     {
47       "name": "Category",
48       "source_files": "TBTUIKit/Classes/Category/*.{h,m}",
49       "dependencies": {
50         "TBTUIKit/MacroHeader": [
52         ]
53       }
54     },
55     {
56       "name": "MacroHeader",
57       "source_files": "TBTUIKit/Classes/MacroHeader/*.{h}"
58     },
59     {
60       "name": "Widget",
61       "source_files": "TBTUIKit/Classes/Widget/*.{h,m}",
62       "dependencies": {
63         "TBTUIKit/MacroHeader": [
65         ],
66         "TBTUIKit/Category": [
68         ],
69         "TBTUIKit/BaseClass": [
71         ]
72       }
73     }
74   ]