blob: ecd786e7b30ca9a7631df74040bd3e79575a5297 [file] [log] [blame]
Muxi Yan27e9db42017-01-30 09:21:05 -08001# This file has been automatically generated from a template file.
2# Please make modifications to
3# `templates/gRPC-RxLibrary.podspec.template` instead. This file can be
4# regenerated from the template by running
5# `tools/buildgen/generate_projects.sh`.
6
Jan Tattermusch4d5c3102017-06-07 10:23:56 +02007# Copyright 2015 gRPC authors.
Jorge Canizalese487a722016-04-30 12:05:26 -07008#
Jan Tattermusch4d5c3102017-06-07 10:23:56 +02009# 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
Jorge Canizalese487a722016-04-30 12:05:26 -070012#
Jan Tattermusch4d5c3102017-06-07 10:23:56 +020013# http://www.apache.org/licenses/LICENSE-2.0
Jorge Canizalese487a722016-04-30 12:05:26 -070014#
Jan Tattermusch4d5c3102017-06-07 10:23:56 +020015# 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.
Jorge Canizalese487a722016-04-30 12:05:26 -070020
21
22Pod::Spec.new do |s|
23 s.name = 'gRPC-RxLibrary'
Juanli Shen8ceb27a2018-08-27 14:27:55 -070024 version = '1.16.0-dev'
Jorge Canizalese487a722016-04-30 12:05:26 -070025 s.version = version
26 s.summary = 'Reactive Extensions library for iOS/OSX.'
Mehrdad Afsharibb3d95b2017-07-10 22:24:28 +000027 s.homepage = 'https://grpc.io'
Jan Tattermusch4d5c3102017-06-07 10:23:56 +020028 s.license = 'Apache License, Version 2.0'
Jorge Canizalese487a722016-04-30 12:05:26 -070029 s.authors = { 'The gRPC contributors' => 'grpc-packages@google.com' }
30
31 s.source = {
32 :git => 'https://github.com/grpc/grpc.git',
Muxi Yan690aee62017-01-27 02:52:47 +000033 :tag => "v#{version}",
Jorge Canizalese487a722016-04-30 12:05:26 -070034 }
35
Muxi Yan37d3fba2017-02-28 16:14:40 -080036 s.ios.deployment_target = '7.0'
Jorge Canizalese487a722016-04-30 12:05:26 -070037 s.osx.deployment_target = '10.9'
38
39 name = 'RxLibrary'
40 s.module_name = name
41 s.header_dir = name
42
43 src_dir = 'src/objective-c/RxLibrary'
44 s.source_files = "#{src_dir}/*.{h,m}", "#{src_dir}/**/*.{h,m}"
45 s.private_header_files = "#{src_dir}/private/*.h"
46 s.header_mappings_dir = "#{src_dir}"
Muxi Yan94d669e2017-10-22 14:56:10 -070047
48 s.pod_target_xcconfig = {
49 'CLANG_WARN_STRICT_PROTOTYPES' => 'NO',
50 }
Jorge Canizalese487a722016-04-30 12:05:26 -070051end