Remove feature ping which may make app crashed.

This commit is contained in:
Qiu Yuzhou
2018-01-17 15:14:14 +08:00
parent 3b724d75f1
commit 5828fdbac9
31 changed files with 2024 additions and 3738 deletions

View File

@ -1,5 +1,6 @@
# Uncomment this line to define a global platform for your project
# platform :ios, '9.0'
platform :macos, '10.11'
target 'ShadowsocksX-NG' do
# Comment this line if you're not using Swift and don't want to use dynamic frameworks
@ -9,7 +10,6 @@ target 'ShadowsocksX-NG' do
pod 'Alamofire', '~> 4.2.0'
pod "GCDWebServer", "~> 3.0"
pod 'MASShortcut', '~> 2'
pod 'XYPingUtil', '~> 0.0.1'
# https://github.com/ReactiveX/RxSwift/blob/master/Documentation/GettingStarted.md
pod 'RxSwift', '~> 3.0'