TIL(Today I Learned)
9월 14일(화)
학습내용
- Alamorefire는 HTTP 요청을 위한 라이브러리이고, Kingfisher는 이미지 다운로드 및 캐싱을 위한 라이브러리이다.
- Swift Package Manager는 의존성을 관리해주는 도구이다. 이를 통해 Alamorefire, Kingfisher등 외부 라이브러리를 추가하는 등의 관리가 가능하다.
- 의존성 관리도구에는 Carthage와 CocoaPods도 있다.
참고
- Alamofire: https://github.com/Alamofire/Alamofire
- Kingfisher: https://github.com/onevcat/Kingfisher
- Swift Package Manager: https://zeddios.tistory.com/769