[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 9 / 3 / 7 / ZDToolBoxObjC / 0.0.6 / ZDToolBoxObjC.podspec.json
blob62b0d510c98b5408e670e53ce7ddf3bb3d5383a5
2   "name": "ZDToolBoxObjC",
3   "version": "0.0.6",
4   "summary": "iOS开发工具箱",
5   "description": "iOS开发工具箱,包含子类、分类、工具类",
6   "homepage": "https://github.com/faimin/ZDToolBoxObjC",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Zero.D.Saber": "fuxianchao@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/faimin/ZDToolBoxObjC.git",
16     "tag": "0.0.6"
17   },
18   "prefix_header_file": false,
19   "module_name": "ZDToolBoxObjC",
20   "pod_target_xcconfig": {
21     "DEFINES_MODULE": "YES"
22   },
23   "platforms": {
24     "ios": "10.0"
25   },
26   "default_subspecs": [
27     "ZDCommonTool",
28     "ZDMacros",
29     "ZDProxy",
30     "ZDCategory",
31     "ZDSubclass",
32     "ZDTools"
33   ],
34   "subspecs": [
35     {
36       "name": "ZDCommonTool",
37       "source_files": "ZDToolBoxObjC/Classes/ZDCommonTool/*.{h,m}"
38     },
39     {
40       "name": "ZDMacros",
41       "source_files": "ZDToolBoxObjC/Classes/ZDMacros/*.{h,m}",
42       "dependencies": {
43         "ZDToolBoxObjC/ZDCommonTool": [
45         ]
46       }
47     },
48     {
49       "name": "ZDProxy",
50       "source_files": "ZDToolBoxObjC/Classes/ZDProxy/*.{h,m}"
51     },
52     {
53       "name": "ZDCategory",
54       "subspecs": [
55         {
56           "name": "Foundation",
57           "source_files": "ZDToolBoxObjC/Classes/ZDCategory/Foundation/*.{h,m}",
58           "frameworks": [
59             "UIKit",
60             "Foundation",
61             "CoreText"
62           ]
63         },
64         {
65           "name": "UIKit",
66           "source_files": "ZDToolBoxObjC/Classes/ZDCategory/UIKit/*.{h,m}",
67           "frameworks": [
68             "UIKit",
69             "QuartzCore",
70             "CoreImage",
71             "CoreGraphics",
72             "ImageIO",
73             "CoreText",
74             "WebKit"
75           ],
76           "dependencies": {
77             "ZDToolBoxObjC/ZDProxy": [
79             ]
80           }
81         }
82       ]
83     },
84     {
85       "name": "ZDSubclass",
86       "source_files": "ZDToolBoxObjC/Classes/ZDSubclass/*.{h,m}",
87       "dependencies": {
88         "ZDToolBoxObjC/ZDProxy": [
90         ]
91       }
92     },
93     {
94       "name": "ZDTools",
95       "source_files": "ZDToolBoxObjC/Classes/ZDTools/*.{h,m}",
96       "frameworks": "UIKit"
97     },
98     {
99       "name": "ZDHook",
100       "source_files": "ZDToolBoxObjC/Classes/ZDHook/*.{h,m}"
101     },
102     {
103       "name": "All",
104       "source_files": "ZDToolBoxObjC/Classes/ZDAll/*",
105       "dependencies": {
106         "ZDToolBoxObjC/ZDCommonTool": [
108         ],
109         "ZDToolBoxObjC/ZDMacros": [
111         ],
112         "ZDToolBoxObjC/ZDProxy": [
114         ],
115         "ZDToolBoxObjC/ZDCategory": [
117         ],
118         "ZDToolBoxObjC/ZDSubclass": [
120         ],
121         "ZDToolBoxObjC/ZDTools": [
123         ],
124         "ZDToolBoxObjC/ZDHook": [
126         ]
127       }
128     }
129   ]