Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit e39d13f

Browse files
Removed version numbers of pod-subspecs
1 parent 2b51a17 commit e39d13f

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

platforms/ios/Podfile

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
1-
pod 'Firebase/Database', '~> 3.3'
2-
pod 'Firebase/Auth', '~> 3.3'
1+
2+
pod 'Firebase', '~> 3.3.0'
3+
pod 'Firebase/Auth'
34

45
# Uncomment if you want to enable Remote Config
5-
#pod 'Firebase/RemoteConfig', '~> 3.3'
6+
#pod 'Firebase/RemoteConfig'
67

78
# Uncomment if you want to enable FCM (Firebase Cloud Messaging)
8-
#pod 'Firebase/Messaging', '~> 3.3'
9+
#pod 'Firebase/Messaging'
910

1011
# Uncomment if you want to enable Firebase Storage
11-
#pod 'Firebase/Storage', '~> 3.3'
12+
#pod 'Firebase/Storage'
1213

1314
# Uncomment if you want to enable Facebook Authentication
1415
#pod 'FBSDKCoreKit'

0 commit comments

Comments
 (0)