diff --git a/src/objective-c/generated_libraries/RemoteTestClient/RemoteTest.podspec b/src/objective-c/generated_libraries/RemoteTestClient/RemoteTest.podspec
index 36c2b509e86236247e2d80954a2a332fb8029bef..c8ac08465041965daa988800a204c7100f9a184a 100644
--- a/src/objective-c/generated_libraries/RemoteTestClient/RemoteTest.podspec
+++ b/src/objective-c/generated_libraries/RemoteTestClient/RemoteTest.podspec
@@ -2,9 +2,7 @@ Pod::Spec.new do |s|
   s.name     = 'RemoteTest'
   s.version  = '0.0.1'
   s.summary  = 'Protobuf library generated from test.proto, messages.proto, and empty.proto'
-  s.homepage = 'https://github.com/grpc/grpc/tree/master/src/objective-c/examples/Sample/RemoteTestClient'
   s.license  = 'New BSD'
-  s.authors  = { 'Jorge Canizales' => 'jcanizales@google.com' }
 
   s.ios.deployment_target = '6.0'
   s.osx.deployment_target = '10.8'
@@ -12,13 +10,13 @@ Pod::Spec.new do |s|
   s.subspec 'Messages' do |ms|
     ms.source_files = '*.pbobjc.{h,m}'
     ms.requires_arc = false
-    ms.dependency 'Protobuf', '~> 3.0'
+    ms.dependency 'Protobuf', '~> 3.0.0-alpha-3'
   end
 
   s.subspec 'Services' do |ss|
     ss.source_files = '*.pbrpc.{h,m}'
     ss.requires_arc = true
-    ss.dependency 'gRPC', '~> 0.0'
+    ss.dependency 'gRPC', '~> 0.5'
     ss.dependency 'RemoteTest/Messages'
   end
 end
diff --git a/src/objective-c/generated_libraries/RouteGuideClient/Route_guide.podspec b/src/objective-c/generated_libraries/RouteGuideClient/Route_guide.podspec
index 5b1a68aad5e7e9d8e67d1b52c0c9178aceafb12b..803cdae545837eeff416d69225da733632cae217 100644
--- a/src/objective-c/generated_libraries/RouteGuideClient/Route_guide.podspec
+++ b/src/objective-c/generated_libraries/RouteGuideClient/Route_guide.podspec
@@ -2,9 +2,7 @@ Pod::Spec.new do |s|
   s.name     = 'Route_guide'
   s.version  = '0.0.1'
   s.summary  = 'Protobuf library generated from route_guide.proto'
-  s.homepage = 'https://github.com/grpc/grpc/tree/master/src/objective-c/examples/Sample/RouteGuideClient'
   s.license  = 'New BSD'
-  s.authors  = { 'Jorge Canizales' => 'jcanizales@google.com' }
 
   s.ios.deployment_target = '6.0'
   s.osx.deployment_target = '10.8'
@@ -12,13 +10,13 @@ Pod::Spec.new do |s|
   s.subspec 'Messages' do |ms|
     ms.source_files = '*.pbobjc.{h,m}'
     ms.requires_arc = false
-    ms.dependency 'Protobuf', '~> 3.0'
+    ms.dependency 'Protobuf', '~> 3.0.0-alpha-3'
   end
 
   s.subspec 'Services' do |ss|
     ss.source_files = '*.pbrpc.{h,m}'
     ss.requires_arc = true
-    ss.dependency 'gRPC', '~> 0.0'
+    ss.dependency 'gRPC', '~> 0.5'
     ss.dependency 'Route_guide/Messages'
   end
 end