Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
grpc-grpc
/
64ab89928c603601492986c2cd82e1ee1e3d5939
/
.
/
examples
/
objective-c
/
helloworld
/
Podfile
blob: 0c3feaa47eb84e8d0b552c102614d58ca678b990 [
file
] [
log
] [
blame
]
source
'https://github.com/CocoaPods/Specs.git'
platform
:
ios
,
'8.0'
install
!
'cocoapods'
,
:
deterministic_uuids
=>
false
target
'HelloWorld'
do
# Depend on the generated HelloWorld library.
pod
'HelloWorld'
,
:
path
=>
'.'
end