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