9 lines
170 B
Plaintext
9 lines
170 B
Plaintext
|
|
source 'https://github.com/CocoaPods/Specs.git'
|
||
|
|
platform :ios, '8.0'
|
||
|
|
|
||
|
|
install! 'cocoapods', :deterministic_uuids => false
|
||
|
|
|
||
|
|
target 'HelloWorldCpp' do
|
||
|
|
pod 'gRPC-C++'
|
||
|
|
end
|