2
2
Artifact FIREBASE_AB_TESTING_ARTIFACT = new Artifact ( "Firebase.ABTesting" , "2.0.0.2" , "8.0" , ComponentGroup . Firebase , csprojName : "ABTesting" ) ;
3
3
Artifact FIREBASE_AD_MOB_ARTIFACT = new Artifact ( "Firebase.AdMob" , "7.47.0" , "8.0" , ComponentGroup . Firebase , csprojName : "AdMob" ) ;
4
4
Artifact FIREBASE_ANALYTICS_ARTIFACT = new Artifact ( "Firebase.Analytics" , "6.0.4" , "8.0" , ComponentGroup . Firebase , csprojName : "Analytics" ) ;
5
- Artifact FIREBASE_AUTH_ARTIFACT = new Artifact ( "Firebase.Auth" , "5.0.4. 1" , "8.0" , ComponentGroup . Firebase , csprojName : "Auth" ) ;
5
+ Artifact FIREBASE_AUTH_ARTIFACT = new Artifact ( "Firebase.Auth" , "6.2. 1" , "8.0" , ComponentGroup . Firebase , csprojName : "Auth" ) ;
6
6
Artifact FIREBASE_CLOUD_FIRESTORE_ARTIFACT = new Artifact ( "Firebase.CloudFirestore" , "0.13.3" , "8.0" , ComponentGroup . Firebase , csprojName : "CloudFirestore" ) ;
7
7
Artifact FIREBASE_CLOUD_MESSAGING_ARTIFACT = new Artifact ( "Firebase.CloudMessaging" , "4.1.1" , "8.0" , ComponentGroup . Firebase , csprojName : "CloudMessaging" ) ;
8
8
Artifact FIREBASE_CORE_ARTIFACT = new Artifact ( "Firebase.Core" , "6.1.0" , "8.0" , ComponentGroup . Firebase , csprojName : "Core" ) ;
@@ -108,7 +108,7 @@ void SetArtifactsPodSpecs ()
108
108
new PodSpec ( "Firebase" , "6.5.0" , subSpecs : new [ ] { "Analytics" } )
109
109
} ;
110
110
FIREBASE_AUTH_ARTIFACT . PodSpecs = new [ ] {
111
- new PodSpec ( "Firebase" , "5.8.1 " , frameworkSource : FrameworkSource . Pods , frameworkName : "FirebaseAuth" , targetName : "FirebaseAuth" , subSpecs : new [ ] { "Auth" } )
111
+ new PodSpec ( "Firebase" , "6.5.0 " , frameworkSource : FrameworkSource . Pods , frameworkName : "FirebaseAuth" , targetName : "FirebaseAuth" , subSpecs : new [ ] { "Auth" } )
112
112
} ;
113
113
FIREBASE_CLOUD_FIRESTORE_ARTIFACT . PodSpecs = new [ ] {
114
114
new PodSpec ( "Firebase" , "5.8.1" , frameworkSource : FrameworkSource . Pods , frameworkName : "FirebaseFirestore" , targetName : "FirebaseFirestore" , subSpecs : new [ ] { "Firestore" } ) ,
@@ -129,7 +129,7 @@ void SetArtifactsPodSpecs ()
129
129
new PodSpec ( "GoogleUtilities" , "6.2.3" , frameworkSource : FrameworkSource . Pods , subSpecs : new [ ] { "AppDelegateSwizzler" , "Environment" , "ISASwizzler" , "Logger" , "MethodSwizzler" , "Network" , "NSData+zlib" , "Reachability" , "UserDefaults" } ) ,
130
130
new PodSpec ( "GoogleToolboxForMac" , "2.1.4" , frameworkSource : FrameworkSource . Pods , subSpecs : new [ ] { "NSData+zlib" , "NSDictionary+URLArguments" , "Logger" , "StringEncoding" , "URLBuilder" } ) ,
131
131
new PodSpec ( "GoogleAPIClientForREST" , "1.3.7" , frameworkSource : FrameworkSource . Pods , subSpecs : new [ ] { "Vision" } , useDefaultSubspecs : true ) ,
132
- new PodSpec ( "GTMSessionFetcher" , "1.2.1 " , frameworkSource : FrameworkSource . Pods , subSpecs : new [ ] { "Full" } ) ,
132
+ new PodSpec ( "GTMSessionFetcher" , "1.2.2 " , frameworkSource : FrameworkSource . Pods , subSpecs : new [ ] { "Full" } ) ,
133
133
new PodSpec ( "leveldb-library" , "1.20.0" , frameworkSource : FrameworkSource . Pods , frameworkName : "leveldb" ) ,
134
134
new PodSpec ( "nanopb" , "0.3.901" , frameworkSource : FrameworkSource . Pods ) ,
135
135
new PodSpec ( "Protobuf" , "3.8.0" , frameworkSource : FrameworkSource . Pods ) ,
@@ -223,6 +223,7 @@ void SetArtifactsExtraPodfileLines ()
223
223
"end" ,
224
224
} ;
225
225
226
+ FIREBASE_AUTH_ARTIFACT . ExtraPodfileLines = staticFrameworkLines ;
226
227
FIREBASE_CLOUD_MESSAGING_ARTIFACT . ExtraPodfileLines = staticFrameworkLines ;
227
228
FIREBASE_CORE_ARTIFACT . ExtraPodfileLines = staticFrameworkLines ;
228
229
FIREBASE_DYNAMIC_LINKS_ARTIFACT . ExtraPodfileLines = staticFrameworkLines ;
0 commit comments