[Add] AmpMux 9.3.2
[CocoaPods.git] / Specs / 6 / 8 / 4 / ZL_CategarySwift / 0.0.2 / ZL_CategarySwift.podspec.json
blobfe876df5f3218c4d1a9a2ec8db999bf0e5d1f552
2   "name": "ZL_CategarySwift",
3   "version": "0.0.2",
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.2"
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   ]