Files
Uebersicht/uebersicht-code/Podfile
2024-09-27 01:01:17 +08:00

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