mirror of
https://github.com/php-win-ext/grpc.git
synced 2026-03-26 10:02:19 +01:00
This is aligned with
- https://github.com/google/oss-policies-info/blob/main/foundational-cxx-support-matrix.md
- Upcoming Protobuf v30 (9f1b38e8a1)
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
|