[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 7 / d / 2 / DDUtils / 5.0.0 / DDUtils.podspec.json
blob8996e5c7b917044cf6dec2d1b67868ea6aac19fe
2   "name": "DDUtils",
3   "swift_versions": "5.0",
4   "version": "5.0.0",
5   "license": {
6     "type": "MIT",
7     "file": "LICENSE"
8   },
9   "summary": "DDUtils. 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/DDUtils",
11   "authors": {
12     "DDUtils": "dong765@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/DamonHu/DDUtils.git",
16     "tag": "5.0.0"
17   },
18   "requires_arc": true,
19   "platforms": {
20     "ios": "11.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/DDUtils+idfa.swift",
36       "dependencies": {
37         "DDUtils/core": [
39         ]
40       }
41     }
42   ],
43   "swift_version": "5.0"