Skip to content

Commit

Permalink
Update Reachability to version 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas34 committed Oct 12, 2017
1 parent 37cb982 commit bcf2d16
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "ashlceymills/Reachability.swift" ~> 3.0
github "ashleymills/Reachability.swift" ~> 4.1
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "ashleymills/Reachability.swift" "v3"
github "ashleymills/Reachability.swift" "v4.1.0"
6 changes: 3 additions & 3 deletions SwiftQueue.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ Pod::Spec.new do |s|

s.source_files = 'Sources/SwiftQueue/**.swift'

s.ios.dependency 'ReachabilitySwift', '~> 3'
s.tvos.dependency 'ReachabilitySwift', '~> 3'
s.osx.dependency 'ReachabilitySwift', '~> 3'
s.ios.dependency 'ReachabilitySwift', '~> 4.1'
s.tvos.dependency 'ReachabilitySwift', '~> 4.1'
s.osx.dependency 'ReachabilitySwift', '~> 4.1'

end

0 comments on commit bcf2d16

Please sign in to comment.