mirror of
https://github.com/HackPlan/quark-shell-mac.git
synced 2026-01-12 22:27:07 +08:00
10 lines
304 B
Ruby
10 lines
304 B
Ruby
platform :osx, '10.9'
|
|
|
|
source 'https://github.com/CocoaPods/Specs.git'
|
|
|
|
pod 'MASShortcut', :git => 'https://github.com/xhacker/MASShortcut.git', :branch => 'menubar-webkit'
|
|
pod 'RHPreferences', :head
|
|
pod 'Sparkle', '~> 1.8.0'
|
|
pod 'ISO8601DateFormatter', '~> 0.7'
|
|
pod 'StartAtLoginController', '~> 0.0.1'
|