0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

iOSアプリ開発でPodfileにコピペする為のメモ(時々更新)

Last updated at Posted at 2021-11-03

Podfileにコピペするメモ

Firebase

  pod 'Firebase'
  pod 'Firebase/Auth'
  pod 'Firebase/Storage'
  pod 'Firebase/Firestore'

RealmSwift

  pod 'RealmSwift'

カレンダー

  pod 'FSCalendar'
  pod 'CalculateCalendarLogic'

通信

  pod 'Alamofire'

JSON

  pod 'SwiftyJSON'

画像

  pod 'SDWebImage'

アニメーション

  pod 'lottie-ios'

終わり

ご指摘、ご質問などありましたら、コメントまでお願い致します。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?