[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / 4 / 0 / UMUtils / 1.1.3 / UMUtils.podspec.json
blobffb6d5e1ec75136abeff0e8d8f0590e8d4385806
2   "name": "UMUtils",
3   "version": "1.1.3",
4   "summary": "Utility Class Library",
5   "homepage": "https://github.com/umobi/UMUtils",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Ramon Vicente": "ramon@umobi.com.br",
12     "brennobemoura": "brenno@umobi.com.br"
13   },
14   "source": {
15     "git": "https://github.com/umobi/UMUtils.git",
16     "tag": "1.1.3"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_versions": "5.1",
22   "description": "TODO: Add long description of the pod here.",
23   "default_subspecs": "Core",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "Sources/UMUtils/Core/**/*.swift"
28     },
29     {
30       "name": "UMMaterial",
31       "source_files": "Sources/UMUtils/UMMaterial/**/*.swift",
32       "dependencies": {
33         "UMUtils/Core": [
35         ],
36         "Material": [
37           "~> 3.1.8"
38         ],
39         "ConstraintBuilder": [
40           "~> 1.0.2"
41         ]
42       }
43     },
44     {
45       "name": "UMView",
46       "source_files": "Sources/UMUtils/UMView/**/*.swift",
47       "dependencies": {
48         "UMUtils/Core": [
50         ],
51         "ConstraintBuilder": [
52           "~> 1.0.2"
53         ],
54         "UIContainer": [
55           "~> 1.2.0-beta.10"
56         ]
57       }
58     },
59     {
60       "name": "RxUMUtils",
61       "source_files": "Sources/UMUtils/RxUMUtils/*.swift",
62       "dependencies": {
63         "UMUtils/Core": [
65         ],
66         "RxSwift": [
67           "~> 5.0.0"
68         ],
69         "RxCocoa": [
70           "~> 5.0.0"
71         ]
72       }
73     },
74     {
75       "name": "RxUMAIFlatSwitch",
76       "source_files": "Sources/UMUtils/RxUMAIFlatSwitch/**/*.swift",
77       "dependencies": {
78         "UMUtils/RxUMUtils": [
80         ],
81         "AIFlatSwitch": [
82           "~> 1.0.7"
83         ]
84       }
85     },
86     {
87       "name": "RxUMActivity",
88       "source_files": "Sources/UMUtils/RxUMActivity/**/*.swift",
89       "dependencies": {
90         "UMUtils/RxUMUtils": [
92         ],
93         "UIContainer": [
94           "~> 1.2.0-beta.10"
95         ]
96       }
97     },
98     {
99       "name": "UMViewModel",
100       "source_files": "Sources/UMUtils/UMViewModel/**/*.swift",
101       "dependencies": {
102         "UMUtils/Core": [
104         ]
105       }
106     },
107     {
108       "name": "UMAPIModel",
109       "source_files": "Sources/UMUtils/UMAPIModel/**/*.swift",
110       "dependencies": {
111         "Moya": [
112           "~> 14.0.0"
113         ],
114         "RxSwift": [
115           "~> 5.0.0"
116         ],
117         "RxCocoa": [
118           "~> 5.0.0"
119         ]
120       }
121     }
122   ],
123   "swift_version": "5.1"