Files
2018-12-24 19:08:57 +01:00

10 lines
204 B
Ruby

platform :osx, '10.11'
use_frameworks!
target 'SpotMenu' do
pod 'Fabric'
pod 'Crashlytics'
pod 'Sparkle'
pod 'LoginServiceKit', :git => 'https://github.com/Clipy/LoginServiceKit.git'
end