[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 1 / 2 / a / gRPC / 1.15.1 / gRPC.podspec.json
blobd5716bf6fbd2663a8bd8d78be955683d3e11100f
2   "name": "gRPC",
3   "version": "1.15.1",
4   "summary": "gRPC client library for iOS/OSX",
5   "homepage": "https://grpc.io",
6   "license": "Apache License, Version 2.0",
7   "authors": {
8     "The gRPC contributors": "grpc-packages@google.com"
9   },
10   "source": {
11     "git": "https://github.com/grpc/grpc.git",
12     "tag": "v1.15.1"
13   },
14   "platforms": {
15     "ios": "7.0",
16     "osx": "10.9"
17   },
18   "module_name": "GRPCClient",
19   "header_dir": "GRPCClient",
20   "dependencies": {
21     "gRPC-RxLibrary": [
22       "1.15.1"
23     ]
24   },
25   "default_subspecs": "Main",
26   "resource_bundles": {
27     "gRPCCertificates": [
28       "etc/roots.pem"
29     ]
30   },
31   "pod_target_xcconfig": {
32     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
33     "CLANG_WARN_STRICT_PROTOTYPES": "NO"
34   },
35   "subspecs": [
36     {
37       "name": "Main",
38       "header_mappings_dir": "src/objective-c/GRPCClient",
39       "source_files": [
40         "src/objective-c/GRPCClient/*.{h,m}",
41         "src/objective-c/GRPCClient/**/*.{h,m}"
42       ],
43       "exclude_files": "src/objective-c/GRPCClient/GRPCCall+GID.{h,m}",
44       "private_header_files": "src/objective-c/GRPCClient/private/*.h",
45       "dependencies": {
46         "gRPC-Core": [
47           "1.15.1"
48         ]
49       }
50     },
51     {
52       "name": "CFStream",
53       "dependencies": {
54         "gRPC-Core/CFStream-Implementation": [
55           "1.15.1"
56         ],
57         "gRPC/Main": [
58           "1.15.1"
59         ]
60       },
61       "pod_target_xcconfig": {
62         "GCC_PREPROCESSOR_DEFINITIONS": "GRPC_CFSTREAM=1"
63       }
64     },
65     {
66       "name": "GID",
67       "platforms": {
68         "ios": "7.0"
69       },
70       "header_mappings_dir": "src/objective-c/GRPCClient",
71       "source_files": "src/objective-c/GRPCClient/GRPCCall+GID.{h,m}",
72       "dependencies": {
73         "gRPC/Main": [
74           "1.15.1"
75         ],
76         "Google/SignIn": [
78         ]
79       }
80     }
81   ]