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