Sign in
chromium
/
external
/
github.com
/
grpc
/
grpc.git
/
HEAD
/
.
/
examples
/
objective-c
/
helloworld_macos
/
Podfile
blob: d38cd68bd18262d56e24e9e194ff2a72d440636b [
file
]
source
'https://github.com/CocoaPods/Specs.git'
platform
:
macos
,
'10.14'
install
!
'cocoapods'
,
:
deterministic_uuids
=>
false
target
'HelloWorld'
do
# Depend on the generated HelloWorld library.
pod
'HelloWorld'
,
:
path
=>
'.'
end