-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added required CocoaPods for development
Added SDWebImageUI for an easier and more verbose caching of images. Added SVProgressHUD for loading purposes.
- Loading branch information
1 parent
b5e05bc
commit 19be8bb
Showing
221 changed files
with
26,883 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
FlinkChallenge/FlinkChallenge.xcworkspace/contents.xcworkspacedata
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Uncomment the next line to define a global platform for your project | ||
# platform :ios, '9.0' | ||
|
||
target 'FlinkChallenge' do | ||
# Comment the next line if you don't want to use dynamic frameworks | ||
use_frameworks! | ||
|
||
# Pods for FlinkChallenge | ||
pod 'SDWebImageSwiftUI' | ||
pod 'SVProgressHUD' | ||
|
||
target 'FlinkChallengeTests' do | ||
inherit! :search_paths | ||
# Pods for testing | ||
end | ||
|
||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
PODS: | ||
- SDWebImage (5.5.2): | ||
- SDWebImage/Core (= 5.5.2) | ||
- SDWebImage/Core (5.5.2) | ||
- SDWebImageSwiftUI (0.10.3): | ||
- SDWebImage (~> 5.3) | ||
- SVProgressHUD (2.2.5) | ||
|
||
DEPENDENCIES: | ||
- SDWebImageSwiftUI | ||
- SVProgressHUD | ||
|
||
SPEC REPOS: | ||
https://github.com/cocoapods/specs.git: | ||
- SDWebImage | ||
- SDWebImageSwiftUI | ||
- SVProgressHUD | ||
|
||
SPEC CHECKSUMS: | ||
SDWebImage: 4d5c027c935438f341ed33dbac53ff9f479922ca | ||
SDWebImageSwiftUI: 52a2dda1f76e2e5bf0b5ea4c0831737358656905 | ||
SVProgressHUD: 1428aafac632c1f86f62aa4243ec12008d7a51d6 | ||
|
||
PODFILE CHECKSUM: d84abdbe3a1633dd96d9514a2f1a088bd84c6bcc | ||
|
||
COCOAPODS: 1.7.5 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.