platform :ios, '8.0'

target 'AxolotlKit' do
  pod '25519',           '~> 2.0.1', :inhibit_warnings => true
  pod 'HKDFKit',         '~> 0.0.3'
  pod 'ProtocolBuffers', '~> 1.9.7'

  target 'AxolotlKitTests' do
    inherit! :search_paths
  end
end

