MonitorControl/Podfile
Guillaume Broder e45fb6e705
🔧 Preferences WIP
- All prefs pane GUI are done #2
- Now to build the functions behind...

Signed-off-by: Guillaume Broder <iamnotheoneyouseek@gmail.com>
2018-01-07 19:31:31 +01:00

11 lines
186 B
Ruby

# Podfile
platform :osx, '10.11'
target 'MonitorControl' do
use_frameworks!
pod 'MediaKeyTap', :git => 'https://github.com/the0neyouseek/MediaKeyTap.git'
pod 'MASPreferences'
end