Podfile 216 B

12345678910111213
  1. # Uncomment this line to define a global platform for your project
  2. # platform :ios, '8.0'
  3. # Uncomment this line if you're using Swift
  4. use_frameworks!
  5. target 'Speech' do
  6. pod 'gRPC-Core', "~> 1.0.0-pre1.1"
  7. end