Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
grpc-grpc
/
9544ce73c356fd3a7c93eff237cabac691e2af0b
/
.
/
examples
/
objective-c
/
helloworld
/
Podfile
blob: 2934ebc2c8a8043f84db7a0346d6a581fab4a411 [
file
] [
log
] [
blame
]
murgatroid99
24754c0
2015-06-11 13:57:55 -0700
[
diff
] [
blame
]
1
source
'https://github.com/CocoaPods/Specs.git'
2
platform
:
ios
,
'8.0'
3
4
target
'HelloWorld'
do
5
# Depend on the generated HelloWorld library.
6
pod
'HelloWorld'
,
:
path
=>
'.'
7
end