[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 3 / 0 / 5 / TBTUIKit / 0.1.7 / TBTUIKit.podspec.json
blobc0443bfe8d17792eb80548707c6014d1033a3f89
2   "name": "TBTUIKit",
3   "version": "0.1.7",
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.1.7"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "subspecs": [
22     {
23       "name": "UITool",
24       "source_files": "TBTUIKit/Classes/UITool/*.{h,m}"
25     },
26     {
27       "name": "BaseClass",
28       "source_files": "TBTUIKit/Classes/BaseClass/*.{h,m}",
29       "dependencies": {
30         "TBTUIKit/UITool": [
32         ],
33         "TBTUIKit/MacroHeader": [
35         ],
36         "TBTUIKit/Category": [
38         ]
39       }
40     },
41     {
42       "name": "Category",
43       "source_files": "TBTUIKit/Classes/Category/*.{h,m}",
44       "dependencies": {
45         "TBTUIKit/MacroHeader": [
47         ]
48       }
49     },
50     {
51       "name": "MacroHeader",
52       "source_files": "TBTUIKit/Classes/MacroHeader/*.{h}"
53     },
54     {
55       "name": "Widget",
56       "source_files": "TBTUIKit/Classes/Widget/*.{h,m}",
57       "dependencies": {
58         "TBTUIKit/MacroHeader": [
60         ],
61         "TBTUIKit/Category": [
63         ],
64         "TBTUIKit/BaseClass": [
66         ]
67       }
68     }
69   ]