From a09aa4a627a4afcb6d9e5c8e68de77f1bea42232 Mon Sep 17 00:00:00 2001 From: Piv <18462828+Piv200@users.noreply.github.com> Date: Sun, 3 May 2020 16:57:37 +0930 Subject: [PATCH] Remove cocoapods, use SPM instead. --- CarControlleriOS/CarController/Podfile | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 CarControlleriOS/CarController/Podfile diff --git a/CarControlleriOS/CarController/Podfile b/CarControlleriOS/CarController/Podfile deleted file mode 100644 index ac4cb24..0000000 --- a/CarControlleriOS/CarController/Podfile +++ /dev/null @@ -1,11 +0,0 @@ -# Uncomment the next line to define a global platform for your project -# platform :ios, '9.0' - -target 'CarController' do - # Comment the next line if you don't want to use dynamic frameworks - use_frameworks! - - # Pods for CarController - pod 'gRPC-Swift', '1.0.0-alpha.11' - pod 'SwiftyZeroMQ5' -end