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