aboutsummaryrefslogtreecommitdiffhomepage
path: root/gRPC-ProtoRPC.podspec
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2017-01-27 02:52:47 +0000
committerGravatar Muxi Yan <mxyan@google.com>2017-01-27 04:18:26 +0000
commit690aee6d301dc9e621094e43e9221127b35d7587 (patch)
tree6b33169380e060732297d2068e142e43b2896ed1 /gRPC-ProtoRPC.podspec
parentfa3b130b8188ddac25000c5d7200203152605208 (diff)
Automatedly advance ObjC version numbers
Diffstat (limited to 'gRPC-ProtoRPC.podspec')
-rw-r--r--gRPC-ProtoRPC.podspec5
1 files changed, 2 insertions, 3 deletions
diff --git a/gRPC-ProtoRPC.podspec b/gRPC-ProtoRPC.podspec
index 62eaa2aaf7..7c5fc49ffa 100644
--- a/gRPC-ProtoRPC.podspec
+++ b/gRPC-ProtoRPC.podspec
@@ -27,10 +27,9 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
Pod::Spec.new do |s|
s.name = 'gRPC-ProtoRPC'
- version = '1.0.2'
+ version = '1.1.0-dev'
s.version = version
s.summary = 'RPC library for Protocol Buffers, based on gRPC'
s.homepage = 'http://www.grpc.io'
@@ -39,7 +38,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'