Remove service providers asides from Pomf
Showing
- Podfile 0 additions, 6 deletionsPodfile
- Screenshottr.xcodeproj/project.pbxproj 0 additions, 14 deletionsScreenshottr.xcodeproj/project.pbxproj
- Screenshottr/GCPManager.swift 0 additions, 108 deletionsScreenshottr/GCPManager.swift
- Screenshottr/UploadManager.swift 3 additions, 12 deletionsScreenshottr/UploadManager.swift
... | @@ -6,14 +6,8 @@ target 'Screenshottr' do | ... | @@ -6,14 +6,8 @@ target 'Screenshottr' do |
use_frameworks! | use_frameworks! | ||
# Pods for Screenshottr | # Pods for Screenshottr | ||
pod 'GoogleAPIClientForREST' | |||
pod 'GoogleAPIClientForREST/Storage' | |||
pod 'GTMAppAuth' | |||
pod 'UTIKit' | pod 'UTIKit' | ||
pod 'SKQueue', :git => 'https://github.com/spotlightishere/SKQueue' | pod 'SKQueue', :git => 'https://github.com/spotlightishere/SKQueue' | ||
# pod 'AWSCore', :git => 'https://github.com/nickoneill/aws-sdk-osx' | |||
# pod 'AWSS3', :git => 'https://github.com/nickoneill/aws-sdk-osx' | |||
# pod 'ImgurSession', :git => 'https://github.com/mileswd/ImgurSession' | |||
target 'ScreenshottrTests' do | target 'ScreenshottrTests' do | ||
inherit! :search_paths | inherit! :search_paths | ||
... | ... |
Screenshottr/GCPManager.swift
deleted
100644 → 0
Please register or sign in to comment