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