Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Grpc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tci-gateway-module
Grpc
Commits
62e9596c
Commit
62e9596c
authored
8 years ago
by
Muxi Yan
Browse files
Options
Downloads
Patches
Plain Diff
Advance ProtoCompiler version
parent
20a06a05
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/objective-c/!ProtoCompiler.podspec
+2
-2
2 additions, 2 deletions
src/objective-c/!ProtoCompiler.podspec
with
2 additions
and
2 deletions
src/objective-c/!ProtoCompiler.podspec
+
2
−
2
View file @
62e9596c
...
...
@@ -36,7 +36,7 @@ Pod::Spec.new do |s|
# exclamation mark ensures that other "regular" pods will be able to find it as it'll be installed
# before them.
s
.
name
=
'!ProtoCompiler'
v
=
'3.
1
.0'
v
=
'3.
2
.0'
s
.
version
=
v
s
.
summary
=
'The Protobuf Compiler (protoc) generates Objective-C files from .proto files'
s
.
description
=
<<-
DESC
...
...
@@ -110,7 +110,7 @@ Pod::Spec.new do |s|
# Restrict the protobuf runtime version to the one supported by this version of protoc.
s
.
dependency
'Protobuf'
,
'~> 3.0'
# For the Protobuf dependency not to complain:
s
.
ios
.
deployment_target
=
'7.
1
'
s
.
ios
.
deployment_target
=
'7.
0
'
s
.
osx
.
deployment_target
=
'10.9'
# This is only for local development of protoc: If the Podfile brings this pod from a local
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment