Skip to content

Commit

Permalink
updated pods
Browse files Browse the repository at this point in the history
  • Loading branch information
khoren93 committed Nov 3, 2021
1 parent c803263 commit 5de610a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ target 'SwiftHub' do
pod 'Moya-ObjectMapper/RxSwift', :git => 'https://github.com/p-rob/Moya-ObjectMapper.git', :branch => 'master' # https://github.com/ivanbruel/Moya-ObjectMapper

# Image
pod 'Kingfisher', '~> 6.0' # https://github.com/onevcat/Kingfisher
pod 'Kingfisher', '~> 7.0' # https://github.com/onevcat/Kingfisher

# Date
pod 'DateToolsSwift', '~> 5.0' # https://github.com/MatthewYork/DateTools
Expand All @@ -39,7 +39,7 @@ target 'SwiftHub' do

# UI
pod 'SVProgressHUD', '~> 2.0' # https://github.com/SVProgressHUD/SVProgressHUD
pod 'ImageSlideshow/Kingfisher', '~> 1.8' # https://github.com/zvonicek/ImageSlideshow
pod 'ImageSlideshow/Kingfisher', :git => 'https://github.com/khoren93/ImageSlideshow.git', :branch => 'master' # https://github.com/zvonicek/ImageSlideshow
pod 'DZNEmptyDataSet', '~> 1.0' # https://github.com/dzenbot/DZNEmptyDataSet
pod 'Hero', '~> 1.6' # https://github.com/lkzhao/Hero
pod 'Localize-Swift', '~> 3.0' # https://github.com/marmelroy/Localize-Swift
Expand Down
4 changes: 2 additions & 2 deletions SwiftHub.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2316,7 +2316,7 @@
DEVELOPMENT_TEAM = RE853S4FBU;
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
INFOPLIST_FILE = SwiftHub/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 12.1;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand All @@ -2337,7 +2337,7 @@
DEVELOPMENT_TEAM = RE853S4FBU;
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
INFOPLIST_FILE = SwiftHub/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 12.1;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand Down

0 comments on commit 5de610a

Please sign in to comment.