# Podfile

platform :osx, '10.11'

target 'MonitorControl' do
	use_frameworks!

	pod 'MediaKeyTap', :git => 'https://github.com/the0neyouseek/MediaKeyTap.git'
	pod 'MASPreferences'
    pod 'AMCoreAudio', '~> 3.2'
end
