Skip to content

Commit

Permalink
fixed moya minimum version
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanbruel committed Sep 11, 2017
1 parent ee75721 commit 93de4d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Moya-ObjectMapper.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Moya-ObjectMapper"
s.version = "2.4"
s.version = "2.4.1"
s.summary = "ObjectMapper bindings for Moya"
s.description = <<-EOS
[ObjectMapper](https://github.com/Hearst-DD/ObjectMapper) bindings for
Expand All @@ -22,7 +22,7 @@ Pod::Spec.new do |s|

s.subspec "Core" do |ss|
ss.source_files = "Source/*.swift"
ss.dependency "Moya", '~> 8.0'
ss.dependency "Moya", '~> 9.0'
ss.dependency "ObjectMapper", '~> 2.2'
ss.framework = "Foundation"
end
Expand All @@ -40,5 +40,5 @@ Pod::Spec.new do |s|
ss.dependency "Moya-ObjectMapper/Core"
ss.dependency "ReactiveSwift"
end

end

0 comments on commit 93de4d6

Please sign in to comment.