[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 9 / d / 2 / UIComposable / 0.5.0 / UIComposable.podspec.json
blobba56b1618b60470422e1f265f739ed8e6390f7a0
2   "name": "UIComposable",
3   "version": "0.5.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.5.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       }
38     },
39     {
40       "name": "Core",
41       "source_files": "UIComposable/Core/**/*"
42     },
43     {
44       "name": "UIKit",
45       "source_files": "UIComposable/UIKit/**/*",
46       "dependencies": {
47         "UIComposable/Core": [
49         ]
50       }
51     },
52     {
53       "name": "RxUI",
54       "source_files": "UIComposable/RxUI/**/*",
55       "dependencies": {
56         "UIComposable/Core": [
58         ],
59         "RxDataSources": [
61         ]
62       }
63     },
64     {
65       "name": "DiffUI",
66       "source_files": "UIComposable/DiffUI/**/*",
67       "dependencies": {
68         "UIComposable/Core": [
70         ],
71         "DiffableDataSources": [
73         ]
74       }
75     }
76   ],
77   "swift_version": "5.4"