Skip to content

Commit

Permalink
updated cartfile dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanhimmelman committed Sep 24, 2015
1 parent dc519d9 commit c732068
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion AlamofireObjectMapper.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ Pod::Spec.new do |s|

s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.9'
s.watchos.deployment_target = '2.0'
s.watchos.deployment_target = '2.0'
s.tvos.deployment_target = '9.0'

s.requires_arc = 'true'
s.source_files = 'AlamofireObjectMapper/**/*.swift'
Expand Down
4 changes: 2 additions & 2 deletions Cartfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github "Alamofire/Alamofire" ~> 2.0.0
github "Hearst-DD/ObjectMapper" >= 0.16
github "Alamofire/Alamofire" "tvOS"
github "Hearst-DD/ObjectMapper" "tvOS"
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" "2.0.0"
github "Hearst-DD/ObjectMapper" "0.17"
github "Alamofire/Alamofire" "241c91ef8e81b7430d7cfa4a1859cc649f54fc7c"
github "Hearst-DD/ObjectMapper" "61c91a8c71f32fc8e3adc4df296d798507bcc1e1"
2 changes: 1 addition & 1 deletion Carthage/Checkouts/ObjectMapper

0 comments on commit c732068

Please sign in to comment.