[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / a / e / 0 / Boardy / 1.57.2 / Boardy.podspec.json
blob8a87c667fb7dee49a8f5dd9f84466232b7740397
2   "name": "Boardy",
3   "version": "1.57.2",
4   "swift_versions": "5",
5   "summary": "A mediator interface to integrate multiple mobile architectures.",
6   "description": "Integrate components which was developed using different architectures.",
7   "homepage": "https://github.com/congncif",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "congncif": "congnc.if@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/congncif/boardy.git",
17     "tag": "1.57.2"
18   },
19   "social_media_url": "https://twitter.com/congncif",
20   "platforms": {
21     "ios": "10.0"
22   },
23   "default_subspecs": "Default",
24   "preserve_paths": "tools/*",
25   "subspecs": [
26     {
27       "name": "Default",
28       "dependencies": {
29         "Boardy/Core": [
31         ],
32         "Boardy/Attachable": [
34         ],
35         "Boardy/ModulePlugin": [
37         ],
38         "Boardy/ComponentKit": [
40         ]
41       }
42     },
43     {
44       "name": "Core",
45       "source_files": "Boardy/Core/**/*.swift"
46     },
47     {
48       "name": "ComponentKit",
49       "source_files": "Boardy/ComponentKit/**/*.swift",
50       "dependencies": {
51         "Boardy/Core": [
53         ]
54       }
55     },
56     {
57       "name": "Attachable",
58       "source_files": "Boardy/Attachable/**/*.swift",
59       "dependencies": {
60         "Boardy/Core": [
62         ]
63       }
64     },
65     {
66       "name": "Composable",
67       "source_files": "Boardy/Composable/**/*.swift",
68       "dependencies": {
69         "Boardy/Attachable": [
71         ],
72         "UIComposable": [
74         ]
75       }
76     },
77     {
78       "name": "ModulePlugin",
79       "source_files": "Boardy/ModulePlugin/**/*.swift",
80       "dependencies": {
81         "Boardy/Attachable": [
83         ]
84       }
85     }
86   ],
87   "swift_version": "5"