diff options
author | Jorge Canizales <jcanizales@google.com> | 2016-08-18 13:26:25 -0700 |
---|---|---|
committer | Jorge Canizales <jcanizales@google.com> | 2016-08-18 13:26:25 -0700 |
commit | 4a18c67b777fcc3391ca85bc5e636e2eff789847 (patch) | |
tree | f42a1246ac223dd0c6474659aeb2a4a7912454c0 /gRPC-RxLibrary.podspec | |
parent | 90e4bd5fbbe8a696fed2abf9a6296cbd4776ffcc (diff) |
Move Podspecs to v1
Diffstat (limited to 'gRPC-RxLibrary.podspec')
-rw-r--r-- | gRPC-RxLibrary.podspec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gRPC-RxLibrary.podspec b/gRPC-RxLibrary.podspec index 9936d52df5..316843436b 100644 --- a/gRPC-RxLibrary.podspec +++ b/gRPC-RxLibrary.podspec @@ -30,7 +30,7 @@ Pod::Spec.new do |s| s.name = 'gRPC-RxLibrary' - version = '1.0.0-pre1' + version = '1.0.0' s.version = version s.summary = 'Reactive Extensions library for iOS/OSX.' s.homepage = 'http://www.grpc.io' @@ -39,7 +39,7 @@ Pod::Spec.new do |s| s.source = { :git => 'https://github.com/grpc/grpc.git', - :tag => "objective-c-v#{version}", + :tag => "v#{version}", } s.ios.deployment_target = '7.1' |