Imported Upstream version 1.22.0
[platform/upstream/grpc.git] / gRPC-ProtoRPC.podspec
1 # This file has been automatically generated from a template file.
2 # Please make modifications to
3 # `templates/gRPC-ProtoRPC.podspec.template` instead. This file can be
4 # regenerated from the template by running
5 # `tools/buildgen/generate_projects.sh`.
6
7 # Copyright 2015 gRPC authors.
8 #
9 # Licensed under the Apache License, Version 2.0 (the "License");
10 # you may not use this file except in compliance with the License.
11 # You may obtain a copy of the License at
12 #
13 #     http://www.apache.org/licenses/LICENSE-2.0
14 #
15 # Unless required by applicable law or agreed to in writing, software
16 # distributed under the License is distributed on an "AS IS" BASIS,
17 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18 # See the License for the specific language governing permissions and
19 # limitations under the License.
20
21
22 Pod::Spec.new do |s|
23   s.name     = 'gRPC-ProtoRPC'
24   version = '1.22.0'
25   s.version  = version
26   s.summary  = 'RPC library for Protocol Buffers, based on gRPC'
27   s.homepage = 'https://grpc.io'
28   s.license  = 'Apache License, Version 2.0'
29   s.authors  = { 'The gRPC contributors' => 'grpc-packages@google.com' }
30
31   s.source = {
32     :git => 'https://github.com/grpc/grpc.git',
33     :tag => "v#{version}",
34   }
35
36   s.ios.deployment_target = '7.0'
37   s.osx.deployment_target = '10.9'
38   s.tvos.deployment_target = '10.0'
39
40   name = 'ProtoRPC'
41   s.module_name = name
42   s.header_dir = name
43
44   src_dir = 'src/objective-c/ProtoRPC'
45
46   s.default_subspec = 'Main'
47
48   s.subspec 'Main' do |ss|
49     ss.header_mappings_dir = "#{src_dir}"
50     ss.dependency 'gRPC', version
51     ss.dependency 'gRPC-RxLibrary', version
52     ss.dependency 'Protobuf', '~> 3.0'
53
54     ss.source_files = "#{src_dir}/*.{h,m}"
55   end
56
57   # CFStream is now default. Leaving this subspec only for compatibility purpose.
58   s.subspec 'CFStream' do |ss|
59     ss.dependency "#{s.name}/Main", version
60   end
61
62   s.pod_target_xcconfig = {
63     # This is needed by all pods that depend on Protobuf:
64     'GCC_PREPROCESSOR_DEFINITIONS' => '$(inherited) GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1',
65     # This is needed by all pods that depend on gRPC-RxLibrary:
66     'CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES' => 'YES',
67     'CLANG_WARN_STRICT_PROTOTYPES' => 'NO',
68   }
69 end