[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / e / 0 / Boardy / 1.2.0 / Boardy.podspec.json
blobc25169b1b4f76a40527aaa1d025a65d5a3e9892d
2   "name": "Boardy",
3   "version": "1.2.0",
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.2.0"
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       }
36     },
37     {
38       "name": "Core",
39       "source_files": "Boardy/Core/**/*"
40     },
41     {
42       "name": "DeepLink",
43       "source_files": "Boardy/DeepLink/**/*",
44       "dependencies": {
45         "Boardy/Core": [
47         ]
48       }
49     },
50     {
51       "name": "RxStoreRef",
52       "source_files": "Boardy/RxStoreRef/**/*",
53       "dependencies": {
54         "Boardy/Core": [
56         ],
57         "Boardy/DeepLink": [
59         ],
60         "ReferenceStoreManager": [
62         ]
63       }
64     },
65     {
66       "name": "Composable",
67       "source_files": "Boardy/Composable/**/*",
68       "dependencies": {
69         "Boardy/Core": [
71         ],
72         "UIComposable": [
74         ]
75       }
76     }
77   ],
78   "swift_version": "5.3"