[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / e / 0 / Boardy / 1.15.2 / Boardy.podspec.json
blobca81f3298b881614757bea3700ab9b04bce12525
2   "name": "Boardy",
3   "version": "1.15.2",
4   "swift_versions": [
5     "5.0",
6     "5.1",
7     "5.2",
8     "5.3",
9     "5.4"
10   ],
11   "summary": "A mediator interface to integrate multiple mobile architectures.",
12   "description": "Integrate components which was developed using different architecures.",
13   "homepage": "https://github.com/congncif",
14   "license": {
15     "type": "MIT",
16     "file": "LICENSE"
17   },
18   "authors": {
19     "congncif": "congnc.if@gmail.com"
20   },
21   "source": {
22     "git": "https://github.com/congncif/boardy.git",
23     "tag": "1.15.2"
24   },
25   "platforms": {
26     "ios": "10.0"
27   },
28   "default_subspecs": "Default",
29   "subspecs": [
30     {
31       "name": "Default",
32       "dependencies": {
33         "Boardy/Core": [
35         ],
36         "Boardy/Attachable": [
38         ]
39       }
40     },
41     {
42       "name": "Core",
43       "source_files": "Boardy/Core/**/*.swift"
44     },
45     {
46       "name": "DeepLink",
47       "source_files": "Boardy/DeepLink/**/*.swift",
48       "dependencies": {
49         "Boardy/Core": [
51         ]
52       }
53     },
54     {
55       "name": "RxStoreRef",
56       "source_files": "Boardy/RxStoreRef/**/*.swift",
57       "dependencies": {
58         "Boardy/Core": [
60         ],
61         "Boardy/DeepLink": [
63         ],
64         "ReferenceStoreManager": [
66         ]
67       }
68     },
69     {
70       "name": "Runtime",
71       "source_files": "Boardy/Runtime/**/*.swift",
72       "dependencies": {
73         "Boardy/Core": [
75         ],
76         "Boardy/DeepLink": [
78         ],
79         "Boardy/Composable": [
81         ]
82       }
83     },
84     {
85       "name": "Attachable",
86       "source_files": "Boardy/Attachable/**/*.swift",
87       "dependencies": {
88         "Boardy/Core": [
90         ],
91         "Boardy/DeepLink": [
93         ]
94       }
95     },
96     {
97       "name": "Composable",
98       "source_files": "Boardy/Composable/**/*.swift",
99       "dependencies": {
100         "Boardy/Core": [
102         ],
103         "UIComposable": [
105         ]
106       }
107     },
108     {
109       "name": "ComponentKit",
110       "source_files": "Boardy/ComponentKit/**/*.swift",
111       "dependencies": {
112         "Boardy/Core": [
114         ]
115       }
116     }
117   ],
118   "swift_version": "5.4"