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