[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / 4 / 8 / d / ZXKitUtil / 3.2.5 / ZXKitUtil.podspec.json
blob9ffc498df23c4f74042983a0f556777f0dfd6df0
2   "name": "ZXKitUtil",
3   "swift_versions": "5.0",
4   "version": "3.2.5",
5   "license": {
6     "type": "MIT",
7     "file": "LICENSE"
8   },
9   "summary": "ZXKitUtil. A package library of commonly used functions on the iOS platform, which can realize multiple complex functions in one sentence",
10   "homepage": "https://github.com/DamonHu/ZXKitUtil",
11   "authors": {
12     "ZXKitUtil": "dong765@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/DamonHu/ZXKitUtil.git",
16     "tag": "3.2.5"
17   },
18   "requires_arc": true,
19   "platforms": {
20     "ios": "10.0"
21   },
22   "weak_frameworks": "CryptoKit",
23   "default_subspecs": "core",
24   "documentation_url": "http://blog.hudongdong.com/swift/1079.html",
25   "subspecs": [
26     {
27       "name": "core",
28       "source_files": [
29         "pod/extend/*.swift",
30         "pod/*.swift"
31       ]
32     },
33     {
34       "name": "idfa",
35       "source_files": "pod/subspec/ZXKitUtil+idfa.swift",
36       "dependencies": {
37         "ZXKitUtil/core": [
39         ]
40       }
41     }
42   ],
43   "swift_version": "5.0"