4 "summary": "gRPC client library for iOS/OSX",
5 "homepage": "https://grpc.io",
6 "license": "Apache License, Version 2.0",
8 "The gRPC contributors": "grpc-packages@google.com"
11 "git": "https://github.com/grpc/grpc.git",
18 "module_name": "GRPCClient",
19 "header_dir": "GRPCClient",
21 "src/objective-c/GRPCClient/*.{h,m}",
22 "src/objective-c/GRPCClient/**/*.{h,m}"
24 "private_header_files": "src/objective-c/GRPCClient/private/*.h",
25 "header_mappings_dir": "src/objective-c/GRPCClient",
39 "pod_target_xcconfig": {
40 "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"