Podfile 156 B

12345678910
  1. platform :ios, '13.0'
  2. inhibit_all_warnings!
  3. target 'SpeechToText-gRPC-iOS' do
  4. use_frameworks!
  5. pod 'SnapKit'
  6. pod 'gRPC-Swift', '1.0.0-alpha.14'
  7. end