[Add] APDDTExchangeAdapter 3.4.1.0
[CocoaPods.git] / Specs / 0 / 3 / 5 / SwiftMediator / 1.2.6 / SwiftMediator.podspec.json
blobd446f233362c3c3d13d1298e0d8a5c1b2034f327
2   "name": "SwiftMediator",
3   "version": "1.2.6",
4   "summary": "路由.",
5   "description": "工具.",
6   "homepage": "https://github.com/jackiehu/",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "HU": "814030966@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/jackiehu/SwiftMediator.git",
16     "tag": "1.2.6"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "swift_versions": [
22     "5.0",
23     "5.1",
24     "5.2"
25   ],
26   "requires_arc": true,
27   "frameworks": [
28     "UIKit",
29     "Foundation",
30     "SwiftUI"
31   ],
32   "default_subspecs": "Target-Action",
33   "subspecs": [
34     {
35       "name": "Protocol",
36       "dependencies": {
37         "SwiftMediator/Delegate": [
39         ],
40         "SwiftMediator/Tools": [
42         ]
43       },
44       "source_files": "Sources/SwiftMediator/Protocol/**/*"
45     },
46     {
47       "name": "Target-Action",
48       "dependencies": {
49         "SwiftMediator/Delegate": [
51         ],
52         "SwiftMediator/Tools": [
54         ]
55       },
56       "source_files": "Sources/SwiftMediator/Target-Action/**/*"
57     },
58     {
59       "name": "Delegate",
60       "source_files": "Sources/SwiftMediator/Delegate/**/*"
61     },
62     {
63       "name": "Tools",
64       "source_files": "Sources/SwiftMediator/Tools/**/*"
65     }
66   ],
67   "swift_version": "5.2"