Latest | 1.9.1 |
---|---|
Homepage | https://grpc.io |
License | Apache License, Version 2.0 |
Platforms | ios 7.0, osx 10.9 |
Dependencies | gRPC-RxLibrary |
Authors |
Latest podspec
{ "name": "gRPC", "version": "1.9.1", "summary": "gRPC client library for iOS/OSX", "homepage": "https://grpc.io", "license": "Apache License, Version 2.0", "authors": { "The gRPC contributors": "[email protected]" }, "source": { "git": "https://github.com/grpc/grpc.git", "tag": "v1.9.1" }, "platforms": { "ios": "7.0", "osx": "10.9" }, "module_name": "GRPCClient", "header_dir": "GRPCClient", "dependencies": { "gRPC-RxLibrary": [ "1.9.1" ] }, "default_subspecs": "Main", "resource_bundles": { "gRPCCertificates": [ "etc/roots.pem" ] }, "pod_target_xcconfig": { "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES", "CLANG_WARN_STRICT_PROTOTYPES": "NO" }, "subspecs": [ { "name": "Main", "header_mappings_dir": "src/objective-c/GRPCClient", "source_files": [ "src/objective-c/GRPCClient/*.{h,m}", "src/objective-c/GRPCClient/**/*.{h,m}" ], "exclude_files": "src/objective-c/GRPCClient/GRPCCall+GID.{h,m}", "private_header_files": "src/objective-c/GRPCClient/private/*.h", "dependencies": { "gRPC-Core": [ "1.9.1" ] } }, { "name": "GID", "platforms": { "ios": "7.0" }, "header_mappings_dir": "src/objective-c/GRPCClient", "source_files": "src/objective-c/GRPCClient/GRPCCall+GID.{h,m}", "dependencies": { "gRPC/Main": [ "1.9.1" ], "Google/SignIn": [] } } ] }
Sat, 10 Feb 2018 17:40:03 +0000