Merge pull request #6971 from y-zeng/Update_objc_example_podspec
Update podfiles with cocoapod 1.0 required fields
This commit is contained in:
commit
60e98ec3fe
|
|
@ -2,6 +2,10 @@ Pod::Spec.new do |s|
|
|||
s.name = "AuthTestService"
|
||||
s.version = "0.0.1"
|
||||
s.license = "New BSD"
|
||||
s.authors = { 'gRPC contributors' => 'grpc-io@googlegroups.com' }
|
||||
s.homepage = "http://www.grpc.io/"
|
||||
s.summary = "AuthTestService example"
|
||||
s.source = { :git => 'https://github.com/grpc/grpc.git' }
|
||||
|
||||
s.ios.deployment_target = "7.1"
|
||||
s.osx.deployment_target = "10.9"
|
||||
|
|
|
|||
|
|
@ -2,6 +2,10 @@ Pod::Spec.new do |s|
|
|||
s.name = "HelloWorld"
|
||||
s.version = "0.0.1"
|
||||
s.license = "New BSD"
|
||||
s.authors = { 'gRPC contributors' => 'grpc-io@googlegroups.com' }
|
||||
s.homepage = "http://www.grpc.io/"
|
||||
s.summary = "HelloWorld example"
|
||||
s.source = { :git => 'https://github.com/grpc/grpc.git' }
|
||||
|
||||
s.ios.deployment_target = "7.1"
|
||||
s.osx.deployment_target = "10.9"
|
||||
|
|
|
|||
|
|
@ -2,6 +2,10 @@ Pod::Spec.new do |s|
|
|||
s.name = "RouteGuide"
|
||||
s.version = "0.0.1"
|
||||
s.license = "New BSD"
|
||||
s.authors = { 'gRPC contributors' => 'grpc-io@googlegroups.com' }
|
||||
s.homepage = "http://www.grpc.io/"
|
||||
s.summary = "RouteGuide example"
|
||||
s.source = { :git => 'https://github.com/grpc/grpc.git' }
|
||||
|
||||
s.ios.deployment_target = "7.1"
|
||||
s.osx.deployment_target = "10.9"
|
||||
|
|
|
|||
|
|
@ -2,6 +2,10 @@ Pod::Spec.new do |s|
|
|||
s.name = "RemoteTest"
|
||||
s.version = "0.0.1"
|
||||
s.license = "New BSD"
|
||||
s.authors = { 'gRPC contributors' => 'grpc-io@googlegroups.com' }
|
||||
s.homepage = "http://www.grpc.io/"
|
||||
s.summary = "RemoteTest example"
|
||||
s.source = { :git => 'https://github.com/grpc/grpc.git' }
|
||||
|
||||
s.ios.deployment_target = '7.1'
|
||||
s.osx.deployment_target = '10.9'
|
||||
|
|
|
|||
Loading…
Reference in New Issue