Skip to content

Commit

Permalink
Updates pods to RxSwift 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kzaher committed Oct 19, 2017
1 parent c84e9f5 commit c8841dd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ platform :ios, '8.0'
use_frameworks!

target 'RxFeedback' do
pod 'RxSwift', '~> 3.0'
pod 'RxCocoa', '~> 3.0'
pod 'RxSwift', '~> 4.0'
pod 'RxCocoa', '~> 4.0'
end

target 'RxFeedbackTests' do
pod 'RxSwift', '~> 3.0'
pod 'RxCocoa', '~> 3.0'
pod 'RxSwift', '~> 4.0'
pod 'RxCocoa', '~> 4.0'
end

target 'Example' do
pod 'RxSwift', '~> 3.0'
pod 'RxCocoa', '~> 3.0'
pod 'RxSwift', '~> 4.0'
pod 'RxCocoa', '~> 4.0'
end

0 comments on commit c8841dd

Please sign in to comment.