Skip to content

Commit

Permalink
Merge branch 'version/1.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas34 committed Oct 12, 2017
2 parents 37cb982 + bcf2d16 commit 7bd3051
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 7bd3051

Please sign in to comment.