Initial pod file and pod install.

This commit is contained in:
Charlie Qiu
2016-06-05 21:40:15 +08:00
parent ae8848d4e8
commit d4d5048afc
563 changed files with 64275 additions and 0 deletions

26
Podfile Normal file
View File

@ -0,0 +1,26 @@
# Uncomment this line to define a global platform for your project
# platform :ios, '9.0'
platform :osx, '10.11'
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
target 'ShadowsocksX-NGTests' do
inherit! :search_paths
# Pods for testing
end
target 'ShadowsocksX-NGUITests' do
inherit! :search_paths
# Pods for testing
end
end