Skip to content

Commit

Permalink
added response serializers in order to compile with AF 5
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosmouracorreia committed Jan 20, 2019
1 parent 2cc23f5 commit d430ef8
Show file tree
Hide file tree
Showing 2 changed files with 380 additions and 72 deletions.
4 changes: 2 additions & 2 deletions AlamofireObjectMapper.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "AlamofireObjectMapper"
s.version = "5.2.0"
s.version = "5.2.1"
s.license = { :type => "MIT", :file => "LICENSE" }
s.summary = "An extension to Alamofire which automatically converts JSON response data into swift objects using ObjectMapper"
s.homepage = "https://github.com/tristanhimmelman/AlamofireObjectMapper"
Expand All @@ -17,6 +17,6 @@ Pod::Spec.new do |s|

s.requires_arc = true
s.source_files = 'AlamofireObjectMapper/**/*.swift'
s.dependency 'Alamofire', '~> 4.7'
s.dependency 'Alamofire', '~> 5.0.0.beta.1'
s.dependency 'ObjectMapper', '~> 3.4'
end
Loading

0 comments on commit d430ef8

Please sign in to comment.