hamadayuuki / timelab

10 stars 0 forks source link

公開用プロジェクトに、開発に必要なライブラリをインストールする #3

Closed hamadayuuki closed 2 years ago

hamadayuuki commented 2 years ago

概要 (What)

開発に必要なライブラリのインストールを行う。

目的 (Why)

開発環境を整えること。 プロトタイププロジェクトと、開発環境の差が起こらないようにすること。

提案内容 (How)

Swift Package Manager を使用してライブラリのインストールを行う。

タスク

その他

QRScanner: https://github.com/mercari/QRScanner Snapkit: https://github.com/SnapKit/SnapKit RxSwift: https://github.com/ReactiveX/RxSwift PKHUD: https://github.com/pkluz/PKHUD firebase-ios-sdk: https://github.com/firebase/firebase-ios-sdk Alamofire: https://github.com/Alamofire/Alamofire SwiftyJSON: https://github.com/SwiftyJSON/SwiftyJSON

hamadayuuki commented 2 years ago

feature/#3 ブランチにて完了