Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanbruel committed Feb 6, 2017
1 parent fbbf719 commit ab50036
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.3"
s.version = "2.3.1"
s.summary = "ObjectMapper bindings for Moya"
s.description = <<-EOS
[ObjectMapper](https://github.com/Hearst-DD/ObjectMapper) bindings for
Expand All @@ -22,8 +22,8 @@ Pod::Spec.new do |s|

s.subspec "Core" do |ss|
ss.source_files = "Source/*.swift"
ss.dependency "Moya", '>= 8.0.0'
ss.dependency "ObjectMapper", '2.2.2'
ss.dependency "Moya", '~> 8.0'
ss.dependency "ObjectMapper", '~> 2.2'
ss.framework = "Foundation"
end

Expand Down

0 comments on commit ab50036

Please sign in to comment.