Skip to content

Commit e37c4ff

Browse files
committed
Specific Firebase version
1 parent a04dc85 commit e37c4ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Tuist/Interfaces/SwiftUI/Project/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ target '{PROJECT_NAME}' do
2222
pod 'KeychainAccess'
2323

2424
# Tools
25-
pod 'Firebase/Crashlytics'
25+
pod 'Firebase/Crashlytics', '11.1.0'
2626
pod 'NimbleExtension', :git => 'https://github.com/nimblehq/NimbleExtension', :branch => 'master'
2727
pod 'R.swift'
2828
pod 'Factory'

Tuist/Interfaces/UIKit/Project/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ target '{PROJECT_NAME}' do
1919
pod 'KeychainAccess'
2020

2121
# Tools
22-
pod 'Firebase/Crashlytics'
22+
pod 'Firebase/Crashlytics', '11.1.0'
2323
pod 'IQKeyboardManagerSwift'
2424
pod 'NimbleExtension', :git => 'https://github.com/nimblehq/NimbleExtension', :branch => 'master'
2525
pod 'R.swift'

0 commit comments

Comments
 (0)