Use Alamofire
Showing
- Podfile 1 addition, 0 deletionsPodfile
- Screenshottr.xcodeproj/project.pbxproj 2 additions, 0 deletionsScreenshottr.xcodeproj/project.pbxproj
- Screenshottr/AppDelegate.swift 27 additions, 2 deletionsScreenshottr/AppDelegate.swift
- Screenshottr/PomfManager.swift 56 additions, 108 deletionsScreenshottr/PomfManager.swift
- Screenshottr/SettingsView.xib 5 additions, 4 deletionsScreenshottr/SettingsView.xib
- Screenshottr/UploadManager.swift 5 additions, 4 deletionsScreenshottr/UploadManager.swift
... | ... | @@ -8,6 +8,7 @@ target 'Screenshottr' do |
# Pods for Screenshottr | ||
pod 'UTIKit' | ||
pod 'SKQueue', :git => 'https://owo.codes/Screenshottr/SKQueue' | ||
pod 'Alamofire', '~> 4.7' | ||
target 'ScreenshottrTests' do | ||
inherit! :search_paths | ||
... | ... |
Please register or sign in to comment