mirror of
https://github.com/yanue/V2rayU.git
synced 2026-01-09 06:49:49 +00:00
18 lines
411 B
Ruby
18 lines
411 B
Ruby
# Uncomment the next line to define a global platform for your project
|
|
# platform :ios, '9.0'
|
|
source 'https://github.com/CocoaPods/Specs.git'
|
|
platform :osx, '10.12'
|
|
|
|
target 'V2rayU' do
|
|
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
|
|
use_frameworks!
|
|
|
|
# Pods for V2rayU
|
|
pod 'Alamofire'
|
|
pod 'SwiftyJSON'
|
|
pod 'Preferences'
|
|
pod 'Sparkle'
|
|
pod 'QRCoder'
|
|
|
|
end
|