Skip to content

Commit

Permalink
bump version to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
OhKanghoon committed Jun 20, 2021
1 parent 87680a7 commit 9552274
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RxApolloClient.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'RxApolloClient'
s.version = '1.4.1'
s.version = '1.5.0'
s.summary = 'Rx wrapper of Apollo Client'
s.description = <<-DESC
RxSwift extensions for Apollo Client
Expand All @@ -12,7 +12,7 @@ Pod::Spec.new do |s|
s.source = { :git => 'https://github.com/OhKanghoon/RxApolloClient.git', :tag => s.version.to_s }

s.swift_version = '5.0'
s.ios.deployment_target = '9.0'
s.ios.deployment_target = '12.0'

s.source_files = 'Sources/**/*.{swift,h,m}'

Expand Down

0 comments on commit 9552274

Please sign in to comment.