diff options
author | Muxi Yan <mxyan@google.com> | 2016-11-28 11:29:19 -0800 |
---|---|---|
committer | Muxi Yan <mxyan@google.com> | 2016-11-28 11:29:19 -0800 |
commit | a7f03f64234c496750bac5c72a7d3601e5e2a8ba (patch) | |
tree | caaaeea6f84ccdc350d2332e67cfac13d294d6fb /gRPC-RxLibrary.podspec | |
parent | dc2111ec70c2545fd811ebb7e52157e0d848ccf2 (diff) |
Advance objective c version to v1.0.2
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 d59385c039..2e8fffd2f1 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.1' + version = '1.0.2' 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 => "v#{version}", + :tag => "objective-c-v#{version}", } s.ios.deployment_target = '7.1' |