mirror of
https://github.com/php-win-ext/grpc.git
synced 2026-04-26 18:28:10 +02:00
f122d24844
This is aligned with - https://github.com/google/oss-policies-info/blob/main/foundational-cxx-support-matrix.md - Upcoming Protobuf v30 (https://github.com/protocolbuffers/protobuf/commit/9f1b38e8a1fea7d0f95c053cf72c1051bc3daf89) Closes #38876 PiperOrigin-RevId: 731889588
9 lines
171 B
Ruby
9 lines
171 B
Ruby
source 'https://github.com/CocoaPods/Specs.git'
|
|
platform :ios, '15.0'
|
|
|
|
install! 'cocoapods', :deterministic_uuids => false
|
|
|
|
target 'HelloWorldCpp' do
|
|
pod 'gRPC-C++'
|
|
end
|