Files
2018-10-07 19:04:48 +03:00

12 lines
288 B
Ruby

# Uncomment the next line to define a global platform for your project
platform :osx, '10.10'
target 'Bagel' do
# Uncomment the next line if you're using Swift or would like to use dynamic frameworks
use_frameworks!
pod 'CocoaAsyncSocket'
pod 'macOSThemeKit', '~> 1.2.0'
end