aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/examples/Sample/Podfile
diff options
context:
space:
mode:
Diffstat (limited to 'src/objective-c/examples/Sample/Podfile')
-rw-r--r--src/objective-c/examples/Sample/Podfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/objective-c/examples/Sample/Podfile b/src/objective-c/examples/Sample/Podfile
index 8740b2f963..f6f0c00d5d 100644
--- a/src/objective-c/examples/Sample/Podfile
+++ b/src/objective-c/examples/Sample/Podfile
@@ -3,6 +3,8 @@ platform :ios, '8.0'
install! 'cocoapods', :deterministic_uuids => false
+use_frameworks! if ENV['FRAMEWORKS'] == 'YES'
+
# Location of gRPC's repo root relative to this file.
GRPC_LOCAL_SRC = '../../../..'