summaryrefslogtreecommitdiffhomepage
path: root/ios/Podfile
blob: 303e8f44cf92db25ee1fb9a1b13bc719a153f297 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Uncomment the next line to define a global platform for your project
platform :ios, '12.0'

# Disable sending stats
ENV['COCOAPODS_DISABLE_STATS'] = 'true'

target 'MullvadVPN' do
  use_frameworks!

  pod 'ProcedureKit', '5.2.0'
  pod 'ProcedureKit/Network', '5.2.0'
end

target 'PacketTunnel' do
  use_frameworks!
end