[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / e / 0 / Boardy / 1.9.0 / Boardy.podspec.json
blob74c8d77a3f0023472523b806abd84e0e5fad06de
2   "name": "Boardy",
3   "version": "1.9.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.9.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         "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         "AttachExtensions": [
95         ]
96       }
97     },
98     {
99       "name": "Composable",
100       "source_files": "Boardy/Composable/**/*.swift",
101       "dependencies": {
102         "Boardy/Core": [
104         ],
105         "UIComposable": [
107         ]
108       }
109     },
110     {
111       "name": "ComponentKit",
112       "source_files": "Boardy/ComponentKit/**/*.swift",
113       "dependencies": {
114         "Boardy/Core": [
116         ]
117       }
118     }
119   ],
120   "swift_version": "5.3"