MonitorControl/Podfile
2018-12-15 23:54:38 +01:00

10 lines
234 B
Ruby

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