Add SKQueue as a cocoapod dep instead
Showing
- .DS_Store 0 additions, 0 deletions.DS_Store
- .gitmodules 0 additions, 3 deletions.gitmodules
- Podfile 1 addition, 0 deletionsPodfile
- Podfile.lock 13 additions, 1 deletionPodfile.lock
- SKQueue 0 additions, 1 deletionSKQueue
- Screenshottr.xcodeproj/project.pbxproj 14 additions, 23 deletionsScreenshottr.xcodeproj/project.pbxproj
- Screenshottr.xcworkspace/contents.xcworkspacedata 0 additions, 3 deletionsScreenshottr.xcworkspace/contents.xcworkspacedata
.DS_Store
0 → 100644
File added
.gitmodules
deleted
100644 → 0
... | ... | @@ -10,6 +10,7 @@ target 'Screenshottr' do |
pod 'GoogleAPIClientForREST/Storage' | ||
pod 'GTMAppAuth' | ||
pod 'UTIKit' | ||
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' | ||
... | ... |
Please register or sign in to comment