[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / e / 0 / Boardy / 1.54.1 / Boardy.podspec.json
blob002b34ef04f1c766cf204e2be1731799614187e3
2   "name": "Boardy",
3   "version": "1.54.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.54.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         "Boardy/ModulePlugin": [
36         ],
37         "Boardy/ComponentKit": [
39         ]
40       }
41     },
42     {
43       "name": "Core",
44       "source_files": "Boardy/Core/**/*.swift"
45     },
46     {
47       "name": "Attachable",
48       "source_files": "Boardy/Attachable/**/*.swift",
49       "dependencies": {
50         "Boardy/Core": [
52         ]
53       }
54     },
55     {
56       "name": "Composable",
57       "source_files": "Boardy/Composable/**/*.swift",
58       "dependencies": {
59         "Boardy/Core": [
61         ],
62         "Boardy/Attachable": [
64         ],
65         "UIComposable": [
67         ]
68       }
69     },
70     {
71       "name": "ModulePlugin",
72       "source_files": "Boardy/ModulePlugin/**/*.swift",
73       "dependencies": {
74         "Boardy/Core": [
76         ]
77       }
78     },
79     {
80       "name": "ComponentKit",
81       "source_files": "Boardy/ComponentKit/**/*.swift",
82       "dependencies": {
83         "Boardy/Core": [
85         ]
86       }
87     }
88   ],
89   "swift_version": "5"