[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / e / 0 / Boardy / 1.55.1 / Boardy.podspec.json
blob76b9c2ec885e12af80535a16b7cc406515f32564
2   "name": "Boardy",
3   "version": "1.55.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.55.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": "ComponentKit",
48       "source_files": "Boardy/ComponentKit/**/*.swift",
49       "dependencies": {
50         "Boardy/Core": [
52         ]
53       }
54     },
55     {
56       "name": "Attachable",
57       "source_files": "Boardy/Attachable/**/*.swift",
58       "dependencies": {
59         "Boardy/Core": [
61         ]
62       }
63     },
64     {
65       "name": "Composable",
66       "source_files": "Boardy/Composable/**/*.swift",
67       "dependencies": {
68         "Boardy/Attachable": [
70         ],
71         "UIComposable": [
73         ]
74       }
75     },
76     {
77       "name": "ModulePlugin",
78       "source_files": "Boardy/ModulePlugin/**/*.swift",
79       "dependencies": {
80         "Boardy/Attachable": [
82         ]
83       }
84     }
85   ],
86   "swift_version": "5"