Files
quark-shell-mac/Podfile
2016-11-10 02:22:26 +08:00

13 lines
389 B
Ruby

platform :osx, '10.9'
source 'https://github.com/CocoaPods/Specs.git'
target 'quark-shell' do
pod 'MASShortcut', '~> 2.3.6'
pod 'MASPreferences', :git=> 'git@github.com:HackPlan/MASPreferences.git'
pod 'Sparkle', '~> 1.13'
pod 'ISO8601DateFormatter', '~> 0.7'
pod 'StartAtLoginController', '~> 0.0.1'
pod 'WebViewJavascriptBridge', '~> 5.0'
pod "GCDWebServer", "~> 3.0"
end