We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee75721 commit 93de4d6Copy full SHA for 93de4d6
1 file changed
Moya-ObjectMapper.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "Moya-ObjectMapper"
3
- s.version = "2.4"
+ s.version = "2.4.1"
4
s.summary = "ObjectMapper bindings for Moya"
5
s.description = <<-EOS
6
[ObjectMapper](https://github.com/Hearst-DD/ObjectMapper) bindings for
@@ -22,7 +22,7 @@ Pod::Spec.new do |s|
22
23
s.subspec "Core" do |ss|
24
ss.source_files = "Source/*.swift"
25
- ss.dependency "Moya", '~> 8.0'
+ ss.dependency "Moya", '~> 9.0'
26
ss.dependency "ObjectMapper", '~> 2.2'
27
ss.framework = "Foundation"
28
end
@@ -40,5 +40,5 @@ Pod::Spec.new do |s|
40
ss.dependency "Moya-ObjectMapper/Core"
41
ss.dependency "ReactiveSwift"
42
43
-
+
44
0 commit comments