[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / 4 / 0 / UMUtils / 1.1.0 / UMUtils.podspec.json
blobfeb9e2a79d2cbdd4de6cfd3037652efc5f3d1e4b
2   "name": "UMUtils",
3   "version": "1.1.0",
4   "summary": "Utility Class Library",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/umobi/UMUtils",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Ramon Vicente": "ramon@umobi.com.br",
13     "brennobemoura": "brenno@umobi.com.br"
14   },
15   "source": {
16     "git": "https://github.com/umobi/UMUtils.git",
17     "tag": "1.1.0"
18   },
19   "platforms": {
20     "ios": "10.0"
21   },
22   "swift_versions": "5.1",
23   "source_files": "Sources/**/*",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "Sources/Core/**/*.swift"
28     },
29     {
30       "name": "MaterialUtils",
31       "source_files": "Sources/MaterialUtils/**/*.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": "View",
46       "source_files": "Sources/View/**/*.swift",
47       "dependencies": {
48         "UMUtils/Core": [
50         ],
51         "ConstraintBuilder": [
52           "~> 1.0.2"
53         ],
54         "UIContainer": [
55           "~> 1.2.0-beta.9"
56         ]
57       }
58     },
59     {
60       "name": "Rx",
61       "source_files": "Sources/Rx/*.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": "RxAIFlatSwitch",
76       "source_files": "Sources/RxAIFlatSwitch/**/*.swift",
77       "dependencies": {
78         "UMUtils/Rx": [
80         ],
81         "AIFlatSwitch": [
82           "~> 1.0.7"
83         ]
84       }
85     },
86     {
87       "name": "RxActivity",
88       "source_files": "Sources/RxActivity/**/*.swift",
89       "dependencies": {
90         "UMUtils/Rx": [
92         ],
93         "UIContainer": [
94           "~> 1.2.0-beta.9"
95         ]
96       }
97     },
98     {
99       "name": "ViewModel",
100       "source_files": "Sources/ViewModel/**/*.swift",
101       "dependencies": {
102         "UMUtils/Core": [
104         ]
105       }
106     },
107     {
108       "name": "APIModel",
109       "source_files": "Sources/APIModel/**/*.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"