1
1
mirror of https://github.com/bitgapp/eqMac.git synced 2024-11-27 02:02:15 +03:00
eqMac/Podfile

16 lines
378 B
Plaintext
Raw Normal View History

2017-07-23 15:01:17 +03:00
# 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'