[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 0 / 3 / 5 / SwiftMediator / 1.3.0 / SwiftMediator.podspec.json
blob329a783486df7ba18638347a01383384802e03a9
2   "name": "SwiftMediator",
3   "version": "1.3.0",
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.3.0"
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   "subspecs": [
33     {
34       "name": "Target-Action",
35       "dependencies": {
36         "SwiftMediator/Delegate": [
38         ],
39         "SwiftMediator/Tools": [
41         ]
42       },
43       "source_files": "Sources/SwiftMediator/Target-Action/**/*"
44     },
45     {
46       "name": "Delegate",
47       "source_files": "Sources/SwiftMediator/Delegate/**/*"
48     },
49     {
50       "name": "Tools",
51       "source_files": "Sources/SwiftMediator/Tools/**/*"
52     }
53   ],
54   "swift_version": "5.2"