Podfile 170 B

12345678
  1. source 'https://github.com/CocoaPods/Specs.git'
  2. platform :ios, '8.0'
  3. install! 'cocoapods', :deterministic_uuids => false
  4. target 'HelloWorldCpp' do
  5. pod 'gRPC-C++'
  6. end