Skip to content

Commit

Permalink
- updated ObjectMapper dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanhimmelman committed Jun 29, 2018
1 parent f101ff7 commit ab96629
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions AlamofireObjectMapper.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ Pod::Spec.new do |s|

s.swift_version = '4.0'

s.requires_arc = 'true'
s.requires_arc = true
s.source_files = 'AlamofireObjectMapper/**/*.swift'
s.dependency 'Alamofire', '~> 4.1'
s.dependency 'ObjectMapper', '~> 3.0'
s.dependency 'ObjectMapper', '~> 3.3'
end
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github "Alamofire/Alamofire" ~> 4.1
github "Hearst-DD/ObjectMapper" ~> 3.0
github "Hearst-DD/ObjectMapper" ~> 3.3
4 changes: 2 additions & 2 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github "Alamofire/Alamofire" "4.5.1"
github "Hearst-DD/ObjectMapper" "3.0.0"
github "Alamofire/Alamofire" "4.7.2"
github "Hearst-DD/ObjectMapper" "3.3.0"
2 changes: 1 addition & 1 deletion Carthage/Checkouts/Alamofire
Submodule Alamofire updated 192 files
2 changes: 1 addition & 1 deletion Carthage/Checkouts/ObjectMapper

0 comments on commit ab96629

Please sign in to comment.