V2rayU/Podfile
2020-03-03 23:01:30 +08:00

22 lines
525 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'
# master branch
pod 'Preferences', :git => 'https://github.com/sindresorhus/Preferences.git'
pod 'Sparkle'
pod 'QRCoder'
pod 'MASShortcut'
pod 'Swifter'
end