aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/README.md
diff options
context:
space:
mode:
authorGravatar Jorge Canizales <jcanizales@google.com>2016-07-18 17:54:03 -0700
committerGravatar Jorge Canizales <jcanizales@google.com>2016-07-18 17:54:03 -0700
commit886eecf1e06ae762ba31cd0e5ef6d81955e448dd (patch)
tree47a36335d923f28eeeb764adc477a796f83722c2 /src/objective-c/README.md
parentf8c4580939cb6c89efad981800dbad8b06dcb173 (diff)
Fixup: Readme to 1.0.0-pre1 too instead of 1.0.0
Diffstat (limited to 'src/objective-c/README.md')
-rw-r--r--src/objective-c/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objective-c/README.md b/src/objective-c/README.md
index 22f0bdd09b..6e917ddd81 100644
--- a/src/objective-c/README.md
+++ b/src/objective-c/README.md
@@ -48,7 +48,7 @@ Pod::Spec.new do |s|
src = '.'
# We'll use protoc with the gRPC plugin.
- s.dependency '!ProtoCompiler-gRPCPlugin', '~> 1.0'
+ s.dependency '!ProtoCompiler-gRPCPlugin', '~> 1.0.0-pre1'
# Pods directory corresponding to this app's Podfile, relative to the location of this podspec.
pods_root = '<path to your Podfile>/Pods'