[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / e / 0 / Boardy / 1.33.0 / Boardy.podspec.json
blob3ab75b17f73a56ddf91de4d1528a9aa646ded2f4
2   "name": "Boardy",
3   "version": "1.33.0",
4   "swift_versions": [
5     "5.3",
6     "5.4"
7   ],
8   "summary": "A mediator interface to integrate multiple mobile architectures.",
9   "description": "Integrate components which was developed using different architectures.",
10   "homepage": "https://github.com/congncif",
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "congncif": "congnc.if@gmail.com"
17   },
18   "source": {
19     "git": "https://github.com/congncif/boardy.git",
20     "tag": "1.33.0"
21   },
22   "social_media_url": "https://twitter.com/congncif",
23   "platforms": {
24     "ios": "10.0"
25   },
26   "default_subspecs": "Default",
27   "subspecs": [
28     {
29       "name": "Default",
30       "dependencies": {
31         "Boardy/Core": [
33         ],
34         "Boardy/Attachable": [
36         ]
37       }
38     },
39     {
40       "name": "Core",
41       "source_files": "Boardy/Core/**/*.swift"
42     },
43     {
44       "name": "Attachable",
45       "source_files": "Boardy/Attachable/**/*.swift",
46       "dependencies": {
47         "Boardy/Core": [
49         ]
50       }
51     },
52     {
53       "name": "DeepLink",
54       "source_files": "Boardy/DeepLink/**/*.swift",
55       "dependencies": {
56         "Boardy/Core": [
58         ],
59         "Boardy/Attachable": [
61         ]
62       }
63     },
64     {
65       "name": "Composable",
66       "source_files": "Boardy/Composable/**/*.swift",
67       "dependencies": {
68         "Boardy/Core": [
70         ],
71         "Boardy/Attachable": [
73         ],
74         "UIComposable": [
76         ]
77       }
78     },
79     {
80       "name": "ModulePlugin",
81       "source_files": "Boardy/ModulePlugin/**/*.swift",
82       "dependencies": {
83         "Boardy/Core": [
85         ]
86       }
87     },
88     {
89       "name": "ComponentKit",
90       "source_files": "Boardy/ComponentKit/**/*.swift",
91       "dependencies": {
92         "Boardy/Core": [
94         ]
95       }
96     }
97   ],
98   "swift_version": "5.4"