Upgrade version of RxSwift, RxCocoa, Alamofire.

This commit is contained in:
Qiu Yuzhou
2018-05-08 11:45:43 +08:00
parent 99595faafa
commit ce00520dfd
155 changed files with 6172 additions and 5740 deletions

View File

@ -7,13 +7,13 @@ target 'ShadowsocksX-NG' do
use_frameworks!
# Pods for ShadowsocksX-NG
pod 'Alamofire', '~> 4.2.0'
pod 'Alamofire', '~> 4.7.2'
pod "GCDWebServer", "~> 3.0"
pod 'MASShortcut', '~> 2'
# https://github.com/ReactiveX/RxSwift/blob/master/Documentation/GettingStarted.md
pod 'RxSwift', '~> 3.0'
pod 'RxCocoa', '~> 3.0'
pod 'RxSwift', '~> 4.1.2'
pod 'RxCocoa', '~> 4.1.2'
target 'ShadowsocksX-NGTests' do
inherit! :search_paths