Home | History | Annotate | Download | only in cocoapods
      1 source 'https://github.com/CocoaPods/Specs.git'
      2 platform :ios, '8.0'
      3 
      4 install! 'cocoapods', :deterministic_uuids => false
      5 
      6 target 'HelloWorldCpp' do
      7   pod 'gRPC-C++'
      8 end
      9