[Add] Harbor 3.0.0
[CocoaPods.git] / Specs / 6 / 8 / 4 / ZL_CategarySwift / 0.0.34 / ZL_CategarySwift.podspec.json
blobffe5c26e5a08b98b504730bd165643828a127e50
2   "name": "ZL_CategarySwift",
3   "version": "0.0.34",
4   "summary": "ZL_CategarySwift",
5   "description": "常用的swift分类\nZL_CategarySwift",
6   "homepage": "https://github.com/WhityLL/ZL_CategarySwift",
7   "license": "MIT",
8   "authors": {
9     "Whity": "liulei10luojia@163.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "requires_arc": true,
15   "swift_versions": "5.0",
16   "source": {
17     "git": "https://github.com/WhityLL/ZL_CategarySwift.git",
18     "tag": "0.0.34"
19   },
20   "frameworks": [
21     "QuartzCore",
22     "CoreText",
23     "CoreGraphics",
24     "UIKit",
25     "Foundation",
26     "CFNetwork",
27     "CoreMotion"
28   ],
29   "libraries": [
30     "c++",
31     "z",
32     "sqlite3.0"
33   ],
34   "swift_version": "5.0",
35   "subspecs": [
36     {
37       "name": "Macros",
38       "source_files": "ZL_CategarySwift/Classes/Macros/*"
39     },
40     {
41       "name": "Extension",
42       "source_files": "ZL_CategarySwift/Classes/Extension/*",
43       "dependencies": {
44         "MBProgressHUD": [
46         ],
47         "Kingfisher": [
48           "~>4.10.1"
49         ]
50       }
51     },
52     {
53       "name": "ConmonUtils",
54       "source_files": "ZL_CategarySwift/Classes/ConmonUtils/*",
55       "dependencies": {
56         "ZL_CategarySwift/Extension": [
58         ]
59       },
60       "frameworks": "CoreTelephony"
61     },
62     {
63       "name": "Base",
64       "subspecs": [
65         {
66           "name": "ZLPopOverVC",
67           "source_files": "ZL_CategarySwift/Classes/Base/ZLPopOverVC/*",
68           "dependencies": {
69             "ZL_CategarySwift/Macros": [
71             ]
72           }
73         }
74       ]
75     },
76     {
77       "name": "ZL_SysFunc",
78       "subspecs": [
79         {
80           "name": "AddressBook",
81           "source_files": "ZL_CategarySwift/Classes/ZL_SysFunc/AddressBook/*",
82           "dependencies": {
83             "ZL_CategarySwift/ConmonUtils": [
85             ]
86           }
87         },
88         {
89           "name": "Location",
90           "source_files": "ZL_CategarySwift/Classes/ZL_SysFunc/Location/*",
91           "dependencies": {
92             "ZL_CategarySwift/ConmonUtils": [
94             ]
95           }
96         },
97         {
98           "name": "Health",
99           "source_files": "ZL_CategarySwift/Classes/ZL_SysFunc/Health/*",
100           "dependencies": {
101             "ZL_CategarySwift/ConmonUtils": [
103             ]
104           }
105         },
106         {
107           "name": "PhotoKit",
108           "source_files": "ZL_CategarySwift/Classes/ZL_SysFunc/PhotoKit/*",
109           "dependencies": {
110             "ZL_CategarySwift/ConmonUtils": [
112             ],
113             "ZL_CategarySwift/Macros": [
115             ],
116             "TZImagePickerController": [
118             ]
119           }
120         },
121         {
122           "name": "QRCode",
123           "source_files": "ZL_CategarySwift/Classes/ZL_SysFunc/QRCode/Classes/*",
124           "dependencies": {
125             "ZL_CategarySwift/ConmonUtils": [
127             ],
128             "ZL_CategarySwift/Extension": [
130             ],
131             "ZL_CategarySwift/Macros": [
133             ]
134           },
135           "resources": "ZL_CategarySwift/Classes/ZL_SysFunc/QRCode/QRCode.bundle"
136         }
137       ]
138     }
139   ]