[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 1 / 2 / a / gRPC / 1.9.1 / gRPC.podspec.json
blob6fec613fb1a8add0e9d9e597cc004df33e855d12
2   "name": "gRPC",
3   "version": "1.9.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.9.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.9.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.9.1"
48         ]
49       }
50     },
51     {
52       "name": "GID",
53       "platforms": {
54         "ios": "7.0"
55       },
56       "header_mappings_dir": "src/objective-c/GRPCClient",
57       "source_files": "src/objective-c/GRPCClient/GRPCCall+GID.{h,m}",
58       "dependencies": {
59         "gRPC/Main": [
60           "1.9.1"
61         ],
62         "Google/SignIn": [
64         ]
65       }
66     }
67   ]