Sign in
fuchsia
/
third_party
/
grpc
/
refs/heads/main
/
.
/
examples
/
objective-c
/
helloworld
/
Podfile
blob: 26053228956be7a33ed7c901000edac591b7bdfb [
file
] [
log
] [
blame
] [
edit
]
source
'https://github.com/CocoaPods/Specs.git'
platform
:
ios
,
'10.0'
install
!
'cocoapods'
,
:
deterministic_uuids
=>
false
target
'HelloWorld'
do
# Depend on the generated HelloWorld library.
pod
'HelloWorld'
,
:
path
=>
'.'
end