[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 6 / 8 / 4 / ZL_CategarySwift / 0.0.40 / ZL_CategarySwift.podspec.json
blob478424b1333acaaeb003a0bc0d4bfb438d706fc8
2   "name": "ZL_CategarySwift",
3   "version": "0.0.40",
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.40"
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   "swift_version": "5.0",
36   "subspecs": [
37     {
38       "name": "Macros",
39       "source_files": "ZL_CategarySwift/Classes/Macros/*"
40     },
41     {
42       "name": "Extension",
43       "source_files": "ZL_CategarySwift/Classes/Extension/*",
44       "dependencies": {
45         "MBProgressHUD": [
47         ],
48         "Kingfisher": [
49           "~>4.10.1"
50         ]
51       }
52     },
53     {
54       "name": "ConmonUtils",
55       "source_files": "ZL_CategarySwift/Classes/ConmonUtils/*",
56       "dependencies": {
57         "ZL_CategarySwift/Extension": [
59         ]
60       },
61       "frameworks": "CoreTelephony"
62     },
63     {
64       "name": "ZL_SysFunc",
65       "subspecs": [
66         {
67           "name": "AddressBook",
68           "source_files": "ZL_CategarySwift/Classes/ZL_SysFunc/AddressBook/*",
69           "dependencies": {
70             "ZL_CategarySwift/ConmonUtils": [
72             ]
73           }
74         },
75         {
76           "name": "Location",
77           "source_files": "ZL_CategarySwift/Classes/ZL_SysFunc/Location/*",
78           "dependencies": {
79             "ZL_CategarySwift/ConmonUtils": [
81             ]
82           }
83         },
84         {
85           "name": "Health",
86           "source_files": "ZL_CategarySwift/Classes/ZL_SysFunc/Health/*",
87           "dependencies": {
88             "ZL_CategarySwift/ConmonUtils": [
90             ]
91           }
92         },
93         {
94           "name": "PhotoKit",
95           "source_files": "ZL_CategarySwift/Classes/ZL_SysFunc/PhotoKit/*",
96           "dependencies": {
97             "ZL_CategarySwift/ConmonUtils": [
99             ],
100             "ZL_CategarySwift/Macros": [
102             ],
103             "TZImagePickerController": [
105             ]
106           }
107         },
108         {
109           "name": "QRCode",
110           "source_files": "ZL_CategarySwift/Classes/ZL_SysFunc/QRCode/Classes/*",
111           "dependencies": {
112             "ZL_CategarySwift/ConmonUtils": [
114             ],
115             "ZL_CategarySwift/Extension": [
117             ],
118             "ZL_CategarySwift/Macros": [
120             ]
121           },
122           "resources": "ZL_CategarySwift/Classes/ZL_SysFunc/QRCode/QRCode.bundle"
123         }
124       ]
125     }
126   ]