[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / e / 0 / Boardy / 0.9.11 / Boardy.podspec.json
blob6ee4cca2752eb5713b4c7c5b9a66ccf86abcca98
2   "name": "Boardy",
3   "version": "0.9.11",
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.11"
23   },
24   "platforms": {
25     "ios": "10.0"
26   },
27   "default_subspecs": "Default",
28   "dependencies": {
29     "RxDataSources": [
31     ],
32     "SnapKit": [
34     ]
35   },
36   "subspecs": [
37     {
38       "name": "Default",
39       "dependencies": {
40         "Boardy/Core": [
42         ]
43       }
44     },
45     {
46       "name": "Core",
47       "source_files": "Boardy/Core/**/*"
48     },
49     {
50       "name": "DeepLink",
51       "source_files": "Boardy/DeepLink/**/*",
52       "dependencies": {
53         "Boardy/Core": [
55         ]
56       }
57     },
58     {
59       "name": "UI",
60       "source_files": "Boardy/UI/**/*",
61       "dependencies": {
62         "Boardy/Core": [
64         ]
65       }
66     }
67   ],
68   "swift_version": "5.3"