10 lines
204 B
Ruby
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
|