[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / c / 4 / 3 / ZXKitCore / 2.0.4 / ZXKitCore.podspec.json
blob6218aa8627b283dafb7616a05f8bbe94c8ae339c
2   "name": "ZXKitCore",
3   "swift_versions": "5.0",
4   "version": "2.0.4",
5   "license": {
6     "type": "MIT",
7     "file": "LICENSE"
8   },
9   "summary": "ZXKitCore is the supporting framework of ZXKitSwift, for ZXKitSwift plugin developers",
10   "homepage": "https://github.com/DamonHu/ZXKitCore",
11   "authors": {
12     "ZXKitCode": "dong765@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/DamonHu/ZXKitCore.git",
16     "tag": "2.0.4"
17   },
18   "requires_arc": true,
19   "platforms": {
20     "ios": "11.0"
21   },
22   "default_subspecs": "core",
23   "documentation_url": "https://blog.hudongdong.com/ios/1164.html",
24   "subspecs": [
25     {
26       "name": "core",
27       "resource_bundles": {
28         "ZXKitCore": [
29           "pod/assets/**/*"
30         ]
31       },
32       "source_files": [
33         "pod/*.swift",
34         "pod/**/*.swift"
35       ],
36       "dependencies": {
37         "ZXKitUtil": [
38           "~> 4.0"
39         ],
40         "SSZipArchive": [
42         ],
43         "ZXKitLogger": [
44           "~> 4.0"
45         ]
46       }
47     }
48   ],
49   "swift_version": "5.0"