From a13d463a59fccdb8d415b4611ad1c318bef984dd Mon Sep 17 00:00:00 2001 From: Arushi Kesarwani Date: Tue, 5 Sep 2023 09:21:49 -0700 Subject: [PATCH] Internal summary in pods (#39266) Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/39266 Changing the summary in internal pods as per suggestions in D48789176 changelog: [internal] internal Reviewed By: christophpurrer Differential Revision: D48921731 fbshipit-source-id: cce2a59d5424ac959dd1c78e718d3d060ef94a2e --- .../ReactCommon/hermes/executor/React-jsitracing.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-native/ReactCommon/hermes/executor/React-jsitracing.podspec b/packages/react-native/ReactCommon/hermes/executor/React-jsitracing.podspec index 639cfd0058a..bdd89b17cf1 100644 --- a/packages/react-native/ReactCommon/hermes/executor/React-jsitracing.podspec +++ b/packages/react-native/ReactCommon/hermes/executor/React-jsitracing.podspec @@ -19,7 +19,7 @@ end Pod::Spec.new do |s| s.name = "React-jsitracing" s.version = version - s.summary = "The React Native Runtime." + s.summary = "Internal library for JSI debugging." s.homepage = "https://reactnative.dev/" s.license = package["license"] s.author = "Meta Platforms, Inc. and its affiliates"