[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / e / 0 / Boardy / 1.11.5 / Boardy.podspec.json
blob58506526da4fdbb3d5970cfc0b4e8e5f344a38fb
2   "name": "Boardy",
3   "version": "1.11.5",
4   "swift_versions": [
5     "5.0",
6     "5.1",
7     "5.2",
8     "5.3"
9   ],
10   "summary": "A mediator interface to integrate multiple mobile architectures.",
11   "description": "Integrate components which was developed using different architecures.",
12   "homepage": "https://github.com/congncif",
13   "license": {
14     "type": "MIT",
15     "file": "LICENSE"
16   },
17   "authors": {
18     "congncif": "congnc.if@gmail.com"
19   },
20   "source": {
21     "git": "https://github.com/congncif/boardy.git",
22     "tag": "1.11.5"
23   },
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": "DeepLink",
46       "source_files": "Boardy/DeepLink/**/*.swift",
47       "dependencies": {
48         "Boardy/Core": [
50         ]
51       }
52     },
53     {
54       "name": "RxStoreRef",
55       "source_files": "Boardy/RxStoreRef/**/*.swift",
56       "dependencies": {
57         "Boardy/Core": [
59         ],
60         "Boardy/DeepLink": [
62         ],
63         "ReferenceStoreManager": [
65         ]
66       }
67     },
68     {
69       "name": "Runtime",
70       "source_files": "Boardy/Runtime/**/*.swift",
71       "dependencies": {
72         "Boardy/Core": [
74         ],
75         "Boardy/DeepLink": [
77         ],
78         "Boardy/Composable": [
80         ]
81       }
82     },
83     {
84       "name": "Attachable",
85       "source_files": "Boardy/Attachable/**/*.swift",
86       "dependencies": {
87         "Boardy/Core": [
89         ],
90         "Boardy/DeepLink": [
92         ]
93       }
94     },
95     {
96       "name": "Composable",
97       "source_files": "Boardy/Composable/**/*.swift",
98       "dependencies": {
99         "Boardy/Core": [
101         ],
102         "UIComposable": [
104         ]
105       }
106     },
107     {
108       "name": "ComponentKit",
109       "source_files": "Boardy/ComponentKit/**/*.swift",
110       "dependencies": {
111         "Boardy/Core": [
113         ]
114       }
115     }
116   ],
117   "swift_version": "5.3"