[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / f / 4 / 0 / UMUtils / 1.1.5 / UMUtils.podspec.json
blob884450177964f45eacf804b73d750bd80bab6235
2   "name": "UMUtils",
3   "version": "1.1.5",
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.5"
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.0.0",
38           "< 4.0.0"
39         ],
40         "ConstraintBuilder": [
41           ">= 1.0.2",
42           "< 2.0.0"
43         ]
44       }
45     },
46     {
47       "name": "UMView",
48       "source_files": "Sources/UMUtils/UMView/**/*.swift",
49       "dependencies": {
50         "UMUtils/Core": [
52         ],
53         "ConstraintBuilder": [
54           ">= 1.0.2",
55           "< 2.0.0"
56         ],
57         "UIContainer": [
58           ">= 1.2.0",
59           "< 2.0.0"
60         ]
61       }
62     },
63     {
64       "name": "RxUMUtils",
65       "source_files": "Sources/UMUtils/RxUMUtils/**/*.swift",
66       "dependencies": {
67         "UMUtils/Core": [
69         ],
70         "RxSwift": [
71           ">= 5.0.0",
72           "< 6.0.0"
73         ],
74         "RxCocoa": [
75           ">= 5.0.0",
76           "< 6.0.0"
77         ]
78       }
79     },
80     {
81       "name": "RxUMAIFlatSwitch",
82       "source_files": "Sources/UMUtils/RxUMAIFlatSwitch/**/*.swift",
83       "dependencies": {
84         "UMUtils/RxUMUtils": [
86         ],
87         "AIFlatSwitch": [
88           ">= 1.0.7",
89           "< 2.0.0"
90         ]
91       }
92     },
93     {
94       "name": "RxUMActivity",
95       "source_files": "Sources/UMUtils/RxUMActivity/**/*.swift",
96       "dependencies": {
97         "UMUtils/RxUMUtils": [
99         ],
100         "UIContainer": [
101           ">= 1.2.0",
102           "< 2.0.0"
103         ]
104       }
105     },
106     {
107       "name": "UMViewModel",
108       "source_files": "Sources/UMUtils/UMViewModel/**/*.swift",
109       "dependencies": {
110         "UMUtils/Core": [
112         ]
113       }
114     },
115     {
116       "name": "UMAPIModel",
117       "source_files": "Sources/UMUtils/UMAPIModel/**/*.swift",
118       "dependencies": {
119         "Moya": [
120           ">= 14.0.0",
121           "< 15.0.0"
122         ],
123         "RxSwift": [
124           ">= 5.0.0",
125           "< 6.0.0"
126         ],
127         "RxCocoa": [
128           ">= 5.0.0",
129           "< 6.0.0"
130         ]
131       }
132     }
133   ],
134   "swift_version": "5.1"