2
0
MasterPassword/platform-darwin/Podfile
2020-01-27 13:27:10 -05:00

13 lines
240 B
Ruby

workspace 'MasterPassword'
project 'MasterPassword-iOS'
platform :ios, '9.3'
target 'MasterPassword' do
use_modular_headers!
use_frameworks!
pod 'Sentry', :git => 'https://github.com/getsentry/sentry-cocoa.git'
pod 'Countly'
end