Reputation: 167
i am working swift 3.0 version project .. i want to install Firebase Crashlytics but, pod have only latest .. how to install swift 3.0 Firebase Crashlytics pod or manual framework. thanks
Upvotes: 0
Views: 207
Reputation: 13827
Sample way is to read documentation, they explained already.
https://firebase.google.com/docs/crashlytics/get-started
Upvotes: 0
Reputation: 185
Please install below pod for firebase crash analytics.
pod 'Crashlytics', '3.12.0'
Upvotes: 1