[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 8 / 6 / 7 / ZYZKit / 0.1.0 / ZYZKit.podspec.json
blob7f25b67fe3fca24b647c861b3aa483e720e8db91
2   "name": "ZYZKit",
3   "version": "0.1.0",
4   "summary": "ZYZKit",
5   "description": "TODO: ZYZKit Common tool",
6   "homepage": "https://github.com/githubdelegate/ZYZKit.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "wz": "ostmail@163.com"
13   },
14   "source": {
15     "git": "https://github.com/githubdelegate/ZYZKit.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "14.0"
20   },
21   "swift_versions": "5.0",
22   "source_files": "ZYZKit/Classes/**/*",
23   "frameworks": [
24     "UIKit",
25     "Foundation"
26   ],
27   "subspecs": [
28     {
29       "name": "Common",
30       "platforms": {
31         "ios": "14.0"
32       },
33       "source_files": "ZYZKit/Classes/Common/**/*",
34       "dependencies": {
35         "AFNetworking": [
36           "~> 2.3"
37         ],
38         "MBProgressHUD": [
39           "~> 1.2.0"
40         ]
41       }
42     },
43     {
44       "name": "PDF",
45       "platforms": {
46         "ios": "14.0"
47       },
48       "source_files": "ZYZKit/Classes/PDF/**/*",
49       "dependencies": {
50         "Zip": [
51           "~> 2.1"
52         ],
53         "ZYZKit/Common": [
55         ]
56       },
57       "frameworks": "PDFKit"
58     }
59   ],
60   "swift_version": "5.0"