1
1
mirror of https://github.com/bitgapp/eqMac.git synced 2024-11-27 02:02:15 +03:00
eqMac/Podfile
2017-07-23 13:01:17 +01:00

16 lines
378 B
Ruby

# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
target 'eqMac2' do
# Uncomment the next line if you're using Swift or would like to use dynamic frameworks
use_frameworks!
platform :osx, '10.10'
# Pods for eqMac
pod 'STPrivilegedTask', '~> 1.0'
pod 'AFNetworking', '~> 3.1'
pod 'Sparkle'
end
workspace 'eqMac'