9 lines
185 B
Ruby
Executable File
9 lines
185 B
Ruby
Executable File
# Uncomment the next line to define a global platform for your project
|
|
platform :macos, '10.10'
|
|
|
|
target 'Uebersicht' do
|
|
# Pods for Uebersicht
|
|
pod 'SocketRocket'
|
|
pod 'Sparkle'
|
|
end
|