[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 9 / d / 2 / UIComposable / 0.3.0 / UIComposable.podspec.json
blob12cdcdd17b6366a98f52572b7e289c6c09c28577
2   "name": "UIComposable",
3   "version": "0.3.0",
4   "swift_versions": [
5     "5.0",
6     "5.1",
7     "5.2",
8     "5.3"
9   ],
10   "summary": "A protocol of UI rendering for plugins - UIComposable.",
11   "description": "Use this protocol to render user interface like plugins",
12   "homepage": "https://github.com/congncif/UIComposable",
13   "license": {
14     "type": "MIT",
15     "file": "LICENSE"
16   },
17   "authors": {
18     "NGUYEN CHI CONG": "congnc.if@gmail.com"
19   },
20   "source": {
21     "git": "https://github.com/congncif/UIComposable.git",
22     "tag": "0.3.0"
23   },
24   "social_media_url": "https://twitter.com/congncif",
25   "platforms": {
26     "ios": "9.0"
27   },
28   "default_subspecs": "Default",
29   "subspecs": [
30     {
31       "name": "Default",
32       "dependencies": {
33         "UIComposable/Core": [
35         ]
36       }
37     },
38     {
39       "name": "Core",
40       "source_files": "UIComposable/Core/**/*"
41     },
42     {
43       "name": "RxUI",
44       "source_files": "UIComposable/RxUI/**/*",
45       "dependencies": {
46         "UIComposable/Core": [
48         ],
49         "RxDataSources": [
51         ],
52         "SnapKit": [
54         ]
55       }
56     }
57   ],
58   "swift_version": "5.3"