mirror of
https://github.com/HackPlan/quark-shell-mac.git
synced 2026-06-15 07:00:06 +08:00
13 lines
389 B
Ruby
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 |