Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 845 Bytes

DEPENDENCIES.md

File metadata and controls

23 lines (16 loc) · 845 Bytes

Dependencies

Use this file to track all dependencies required by this project.

Added via Swift Package Manager

Kingfisher

  • Added because of issues with asynchronous loading of images
  • License: MIT

ReSwift

  • For easy and testable State Management
  • License: MIT

ReSwift-Thunk

  • Extension for ReSwift to have actions with side effects
  • License: MIT

SnapshotTesting

  • (only test target) Automatically test UI and dark and light mode
  • License: MIT

[Idea for this file is from: blog.mazur.me/DEPENDENCIES.md]