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