13 lines
240 B
Ruby
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
|