大量代码。

This commit is contained in:
Charlie Qiu
2016-06-09 00:30:08 +08:00
parent d4d5048afc
commit 76be94bb2c
601 changed files with 1961 additions and 64875 deletions

16
Podfile
View File

@ -1,15 +1,17 @@
# Uncomment this line to define a global platform for your project
# platform :ios, '9.0'
platform :osx, '10.11'
target 'ShadowsocksX-NG' do
target 'shadowsocks-libev' do
# Comment this line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
# Pods for shadowsocks-libev
end
target 'ShadowsocksX-NG' do
# Comment this line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
pod 'libev', '~> 4.15'
pod 'OpenSSL-Universal', '1.0.1.l'
pod 'libsodium', '~> 1.0.3'
# Pods for ShadowsocksX-NG