[Add] Harbor 3.0.0
[CocoaPods.git] / Specs / 6 / 8 / 4 / ZL_CategarySwift / 0.0.6 / ZL_CategarySwift.podspec.json
blobe402abf7186580584978aae5b44b19983088f0d1
2   "name": "ZL_CategarySwift",
3   "version": "0.0.6",
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.6"
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     }
99   ]