platform :ios, '9.0'
 
inhibit_all_warnings!
use_frameworks!
 
target 'Tagger' do
  pod 'KeychainSwift', '~> 10.0'
end
