[Add] TensorFlowLiteObjC 0.0.1-nightly.20241226
[CocoaPods.git] / Specs / b / 5 / e / ZJModuleCommon / 1.0.5 / ZJModuleCommon.podspec.json
blob9bf17a1c236d69fbb2e93ffc8b69c5e077d04f81
2   "name": "ZJModuleCommon",
3   "version": "1.0.5",
4   "summary": "A short",
5   "description": "LZTool 是一个用于保存一些常用工具类的工具",
6   "homepage": "https://github.com/gnaw9258wp/ZJModuleCommon",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "王鹏": "1520770071@qq.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/gnaw9258wp/ZJModuleCommon",
19     "tag": "1.0.5"
20   },
21   "source_files": "ZJModuleCommon/ZJModuleCommon/Class/ZJModuleCommon.h",
22   "requires_arc": true,
23   "dependencies": {
24     "Masonry": [
25       "~> 1.1.0"
26     ],
27     "SDWebImage": [
28       "~> 5.0"
29     ]
30   },
31   "subspecs": [
32     {
33       "name": "ZJMediator",
34       "source_files": "ZJModuleCommon/ZJModuleCommon/Class/ZJMediator/*.{h,m}"
35     },
36     {
37       "name": "Define",
38       "source_files": "ZJModuleCommon/ZJModuleCommon/Class/Define/*.{h,m}"
39     },
40     {
41       "name": "ZJSetAuthManager",
42       "source_files": "ZJModuleCommon/ZJModuleCommon/Class/ZJSetAuthManager/*.{h,m}",
43       "dependencies": {
44         "ZJModuleCommon/Define": [
46         ]
47       }
48     },
49     {
50       "name": "Category",
51       "source_files": "ZJModuleCommon/ZJModuleCommon/Class/Category/**/**/*.{h,m}"
52     },
53     {
54       "name": "Environment",
55       "source_files": "ZJModuleCommon/ZJModuleCommon/Class/Environment/*.{h,m}"
56     },
57     {
58       "name": "BaseVC",
59       "source_files": "ZJModuleCommon/ZJModuleCommon/Class/BaseVC/*.{h,m}",
60       "dependencies": {
61         "ZJModuleCommon/Category": [
63         ],
64         "ZJModuleCommon/Define": [
66         ]
67       }
68     },
69     {
70       "name": "ZJHUD",
71       "source_files": "ZJModuleCommon/ZJModuleCommon/Class/ZJHUD/*.{h,m}",
72       "dependencies": {
73         "ZJModuleCommon/Category": [
75         ],
76         "ZJModuleCommon/Define": [
78         ],
79         "MBProgressHUD": [
80           "~> 1.1.0"
81         ]
82       },
83       "resources": "ZJModuleCommon/ZJModuleCommon/Class/ZJHUD/*.{xib,bundle,xcassets,html,plist,js,json,gif}"
84     },
85     {
86       "name": "ZJNavigationController",
87       "source_files": "ZJModuleCommon/ZJModuleCommon/Class/ZJNavigationController/*.{h,m}",
88       "dependencies": {
89         "ZJModuleCommon/Category": [
91         ]
92       }
93     },
94     {
95       "name": "ZJNetWork",
96       "source_files": "ZJModuleCommon/ZJModuleCommon/Class/ZJNetWork/*.{h,m}",
97       "dependencies": {
98         "ZJModuleCommon/Environment": [
100         ],
101         "ZJModuleCommon/Category": [
103         ],
104         "YTKNetwork": [
105           "~> 2.1.4"
106         ],
107         "Reachability": [
108           "~> 3.2"
109         ]
110       }
111     }
112   ]