From 0f3359b576e1f680ac8f52524155e4d73916e5ef Mon Sep 17 00:00:00 2001 From: Suzanne Scala Date: Thu, 30 Jul 2026 11:16:30 -0700 Subject: [PATCH] Delete GooglePlaces/Podfile --- GooglePlaces/Podfile | 8 -------- 1 file changed, 8 deletions(-) delete mode 100755 GooglePlaces/Podfile diff --git a/GooglePlaces/Podfile b/GooglePlaces/Podfile deleted file mode 100755 index 7bcc0f6b..00000000 --- a/GooglePlaces/Podfile +++ /dev/null @@ -1,8 +0,0 @@ -source 'https://cdn.cocoapods.org/' - -platform :ios, '15.0' - -target 'GooglePlacesXCFrameworkDemos' do - project 'GooglePlacesXCFrameworkDemos' - pod 'GooglePlaces', '= 9.2.0' -end