From 1567be03e65f9269f4c0cf818f151c4899476952 Mon Sep 17 00:00:00 2001 From: Brian McBride Date: Thu, 12 Jan 2017 04:21:53 -0800 Subject: [PATCH] Removing Pods... --- ios/Podfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ios/Podfile b/ios/Podfile index fb84da8..9b201de 100755 --- a/ios/Podfile +++ b/ios/Podfile @@ -1,19 +1,19 @@ target 'CARFIT' do source 'https://github.com/CocoaPods/Specs.git' - pod 'AWSCore' +# pod 'AWSCore' # pod 'AWSAutoScaling' # pod 'AWSCloudWatch' # pod 'AWSDynamoDB' # pod 'AWSEC2' # pod 'AWSElasticLoadBalancing' # pod 'AWSKinesis' - pod 'AWSLambda' +# pod 'AWSLambda' # pod 'AWSMachineLearning' - pod 'AWSMobileAnalytics' - pod 'AWSS3' +# pod 'AWSMobileAnalytics' +# pod 'AWSS3' # pod 'AWSSES' # pod 'AWSSimpleDB' # pod 'AWSSNS' # pod 'AWSSQS' - pod 'AWSCognito' +# pod 'AWSCognito' end