Look like working now.

This commit is contained in:
Charlie Qiu
2016-06-10 03:59:27 +08:00
parent 250dfc7b38
commit ccd666bc2a
34 changed files with 1774 additions and 231 deletions

View File

@ -7,7 +7,7 @@ target 'ShadowsocksX-NG' do
# Pods for ShadowsocksX-NG
pod 'Alamofire', '~> 3.4'
target 'ShadowsocksX-NGTests' do
inherit! :search_paths
# Pods for testing
@ -19,3 +19,7 @@ target 'ShadowsocksX-NG' do
end
end
target 'proxy_conf_helper' do
pod 'BRLOptionParser', '~> 0.3.1'
end