[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 9 / d / 2 / UIComposable / 1.0.0 / UIComposable.podspec.json
blobbbc257e3ca969d308b1b9cf40756de188cb05d59
2   "name": "UIComposable",
3   "version": "1.0.0",
4   "swift_versions": "5",
5   "summary": "A protocol of UI rendering for plugins - UIComposable.",
6   "description": "Use this protocol to render user interface like plugins",
7   "homepage": "https://github.com/congncif/UIComposable",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "NGUYEN CHI CONG": "congnc.if@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/congncif/UIComposable.git",
17     "tag": "1.0.0"
18   },
19   "social_media_url": "https://twitter.com/congncif",
20   "platforms": {
21     "ios": "10.0"
22   },
23   "default_subspecs": "Default",
24   "subspecs": [
25     {
26       "name": "Default",
27       "dependencies": {
28         "UIComposable/Core": [
30         ],
31         "UIComposable/UIKit": [
33         ]
34       }
35     },
36     {
37       "name": "Core",
38       "source_files": "UIComposable/Core/**/*"
39     },
40     {
41       "name": "UIKit",
42       "source_files": "UIComposable/UIKit/**/*",
43       "dependencies": {
44         "UIComposable/Core": [
46         ]
47       }
48     },
49     {
50       "name": "RxUI",
51       "source_files": "UIComposable/RxUI/**/*",
52       "dependencies": {
53         "UIComposable/Core": [
55         ],
56         "RxDataSources": [
58         ]
59       }
60     },
61     {
62       "name": "DiffUI",
63       "source_files": "UIComposable/DiffUI/**/*",
64       "dependencies": {
65         "UIComposable/Core": [
67         ],
68         "DiffableDataSources": [
70         ]
71       }
72     }
73   ],
74   "swift_version": "5"