aboutsummaryrefslogtreecommitdiffhomepage
path: root/gRPC.podspec
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2015-07-09 16:18:14 -0700
committerGravatar David Garcia Quintas <dgq@google.com>2015-07-09 16:18:14 -0700
commit14ce90ff8269772e9940e828bd58e48ef27fed78 (patch)
tree43611eace6804aeadce1ad7873eab0a54fcc0b03 /gRPC.podspec
parent81f77dbc5ec1e852a00baff3d2bc9470f4b4c606 (diff)
parent494886a1be23865af7eb223b1a190fb9d2e2cc30 (diff)
Merge branch 'master' of github.com:grpc/grpc into decompression
Diffstat (limited to 'gRPC.podspec')
-rw-r--r--gRPC.podspec3
1 files changed, 3 insertions, 0 deletions
diff --git a/gRPC.podspec b/gRPC.podspec
index e2583ecc86..ed9915d8c3 100644
--- a/gRPC.podspec
+++ b/gRPC.podspec
@@ -140,6 +140,7 @@ Pod::Spec.new do |s|
'src/core/security/base64.h',
'src/core/security/credentials.h',
'src/core/security/json_token.h',
+ 'src/core/security/jwt_verifier.h',
'src/core/security/secure_endpoint.h',
'src/core/security/secure_transport_setup.h',
'src/core/security/security_connector.h',
@@ -264,6 +265,7 @@ Pod::Spec.new do |s|
'src/core/security/credentials_win32.c',
'src/core/security/google_default_credentials.c',
'src/core/security/json_token.c',
+ 'src/core/security/jwt_verifier.c',
'src/core/security/secure_endpoint.c',
'src/core/security/secure_transport_setup.c',
'src/core/security/security_connector.c',
@@ -400,6 +402,7 @@ Pod::Spec.new do |s|
'src/core/security/base64.h',
'src/core/security/credentials.h',
'src/core/security/json_token.h',
+ 'src/core/security/jwt_verifier.h',
'src/core/security/secure_endpoint.h',
'src/core/security/secure_transport_setup.h',
'src/core/security/security_connector.h',