[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / e / 0 / Boardy / 0.9.25 / Boardy.podspec.json
blob069c1bcf06e5906d987eb66f378e5f3f836762fa
2   "name": "Boardy",
3   "version": "0.9.25",
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": "0.9.25"
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         "RxSwift": [
62         ],
63         "RxCocoa": [
65         ]
66       }
67     },
68     {
69       "name": "CoreUI",
70       "source_files": "Boardy/CoreUI/**/*",
71       "dependencies": {
72         "Boardy/Core": [
74         ],
75         "UIComposable": [
77         ]
78       }
79     },
80     {
81       "name": "UI",
82       "source_files": "Boardy/UI/**/*",
83       "dependencies": {
84         "Boardy/Core": [
86         ],
87         "Boardy/DeepLink": [
89         ],
90         "Boardy/RxStoreRef": [
92         ],
93         "RxDataSources": [
95         ],
96         "SnapKit": [
98         ]
99       }
100     }
101   ],
102   "swift_version": "5.3"