[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / a / e / 0 / Boardy / 1.45.1 / Boardy.podspec.json
blob947807968a67378b76be917c83bc3645531656b9
2   "name": "Boardy",
3   "version": "1.45.1",
4   "swift_versions": [
5     "5.3",
6     "5.4",
7     "5.5",
8     "5.6"
9   ],
10   "summary": "A mediator interface to integrate multiple mobile architectures.",
11   "description": "Integrate components which was developed using different architectures.",
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.45.1"
23   },
24   "social_media_url": "https://twitter.com/congncif",
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": "Attachable",
47       "source_files": "Boardy/Attachable/**/*.swift",
48       "dependencies": {
49         "Boardy/Core": [
51         ]
52       }
53     },
54     {
55       "name": "Composable",
56       "source_files": "Boardy/Composable/**/*.swift",
57       "dependencies": {
58         "Boardy/Core": [
60         ],
61         "Boardy/Attachable": [
63         ],
64         "UIComposable": [
66         ]
67       }
68     },
69     {
70       "name": "ModulePlugin",
71       "source_files": "Boardy/ModulePlugin/**/*.swift",
72       "dependencies": {
73         "Boardy/Core": [
75         ]
76       }
77     },
78     {
79       "name": "ComponentKit",
80       "source_files": "Boardy/ComponentKit/**/*.swift",
81       "dependencies": {
82         "Boardy/Core": [
84         ]
85       }
86     }
87   ],
88   "swift_version": "5.6"