Skip to content

Commit

Permalink
Merge pull request #14 from OhKanghoon/feature/apollo-0.20.0
Browse files Browse the repository at this point in the history
Support apollo-ios v0.20.0
  • Loading branch information
OhKanghoon authored Dec 10, 2019
2 parents 92cfce2 + 5a3cfc1 commit e96533f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ let package = Package(
.library(name: "RxApolloClient", targets: ["RxApolloClient"])
],
dependencies: [
.package(url: "https://github.com/apollographql/apollo-ios.git", from: "0.15.3"),
.package(url: "https://github.com/apollographql/apollo-ios.git", .upToNextMajor(from: "0.20.0")),
.package(url: "https://github.com/ReactiveX/RxSwift.git", .upToNextMajor(from: "5.0.0")),
],
targets: [
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ $ sh get_gql.sh

## Dependencies
- [RxSwift](https://github.com/ReactiveX/RxSwift) (>= 5.0)
- [apollo-ios](https://github.com/apollographql/apollo-ios) (~> 0.15.3)
- [apollo-ios](https://github.com/apollographql/apollo-ios) (~> 0.20.0)

## Requirements

Expand Down
2 changes: 1 addition & 1 deletion RxApolloClient.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ Pod::Spec.new do |s|
s.source_files = 'Sources/**/*.{swift,h,m}'

s.dependency 'RxSwift', '>= 5.0'
s.dependency 'Apollo', '~> 0.15.3'
s.dependency 'Apollo', '~> 0.20.0'
end

0 comments on commit e96533f

Please sign in to comment.