Skip to content

Commit

Permalink
--- Added pods refresh control and handled image cache.
Browse files Browse the repository at this point in the history
  • Loading branch information
Uday-iOS committed May 10, 2023
1 parent 2d33f7f commit 63babdb
Show file tree
Hide file tree
Showing 226 changed files with 26,218 additions and 203 deletions.
12 changes: 12 additions & 0 deletions Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'

target 'WisdomTask' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!

# Pods for WisdomTask
pod 'SDWebImage', '~> 5.0'
pod 'CCBottomRefreshControl'

end
22 changes: 22 additions & 0 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
PODS:
- CCBottomRefreshControl (0.5.2)
- SDWebImage (5.15.7):
- SDWebImage/Core (= 5.15.7)
- SDWebImage/Core (5.15.7)

DEPENDENCIES:
- CCBottomRefreshControl
- SDWebImage (~> 5.0)

SPEC REPOS:
trunk:
- CCBottomRefreshControl
- SDWebImage

SPEC CHECKSUMS:
CCBottomRefreshControl: 389780b4488321c91d18f66a6da5ef9606df6de5
SDWebImage: 25bac438318faf37e35650619ebc288a9061d292

PODFILE CHECKSUM: 59ba99b1b6593245f4f6663d7267087a3de1d294

COCOAPODS: 1.11.3

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 63babdb

Please sign in to comment.