[Add] Harbor 3.0.0
[CocoaPods.git] / Specs / 6 / 8 / 4 / ZL_CategarySwift / 0.0.43 / ZL_CategarySwift.podspec.json
blobda31d8a80b8d1602f06414b47f2733b0762e3605
2   "name": "ZL_CategarySwift",
3   "version": "0.0.43",
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.43"
19   },
20   "static_framework": true,
21   "frameworks": [
22     "QuartzCore",
23     "CoreText",
24     "CoreGraphics",
25     "UIKit",
26     "Foundation",
27     "CFNetwork",
28     "CoreMotion"
29   ],
30   "libraries": [
31     "c++",
32     "z",
33     "sqlite3.0"
34   ],
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": "ZL_SysFunc",
64       "subspecs": [
65         {
66           "name": "AddressBook",
67           "source_files": "ZL_CategarySwift/Classes/ZL_SysFunc/AddressBook/*",
68           "dependencies": {
69             "ZL_CategarySwift/ConmonUtils": [
71             ]
72           }
73         },
74         {
75           "name": "Location",
76           "source_files": "ZL_CategarySwift/Classes/ZL_SysFunc/Location/*",
77           "dependencies": {
78             "ZL_CategarySwift/ConmonUtils": [
80             ]
81           }
82         },
83         {
84           "name": "Health",
85           "source_files": "ZL_CategarySwift/Classes/ZL_SysFunc/Health/*",
86           "dependencies": {
87             "ZL_CategarySwift/ConmonUtils": [
89             ]
90           }
91         },
92         {
93           "name": "PhotoKit",
94           "source_files": "ZL_CategarySwift/Classes/ZL_SysFunc/PhotoKit/*",
95           "dependencies": {
96             "ZL_CategarySwift/ConmonUtils": [
98             ],
99             "ZL_CategarySwift/Macros": [
101             ],
102             "TZImagePickerController": [
104             ]
105           }
106         },
107         {
108           "name": "QRCode",
109           "source_files": "ZL_CategarySwift/Classes/ZL_SysFunc/QRCode/Classes/*",
110           "dependencies": {
111             "ZL_CategarySwift/ConmonUtils": [
113             ],
114             "ZL_CategarySwift/Extension": [
116             ],
117             "ZL_CategarySwift/Macros": [
119             ]
120           },
121           "resources": "ZL_CategarySwift/Classes/ZL_SysFunc/QRCode/QRCode.bundle"
122         }
123       ]
124     }
125   ],
126   "swift_version": "5.0"