mirror of
https://github.com/MonitorControl/MonitorControl.git
synced 2026-05-15 22:01:08 -06:00
10 lines
178 B
Ruby
10 lines
178 B
Ruby
# Podfile
|
|
|
|
platform :osx, '10.11'
|
|
|
|
target 'MonitorControl' do
|
|
use_frameworks!
|
|
|
|
pod 'MediaKeyTap', :git => 'https://github.com/JoniVR/MediaKeyTap.git'
|
|
pod 'MASPreferences'
|
|
end
|