[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 9 / d / 2 / UIComposable / 0.4.0 / UIComposable.podspec.json
blob89cac88ec029a796f4fb4594b2003040ff7283b2
2   "name": "UIComposable",
3   "version": "0.4.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.4.0"
23   },
24   "social_media_url": "https://twitter.com/congncif",
25   "platforms": {
26     "ios": "10.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       }
53     },
54     {
55       "name": "DiffUI",
56       "source_files": "UIComposable/DiffUI/**/*",
57       "dependencies": {
58         "UIComposable/Core": [
60         ],
61         "DiffableDataSources": [
63         ]
64       }
65     }
66   ],
67   "swift_version": "5.3"