Skip to content

Commit fd6622f

Browse files
authored
Merge pull request #1141 from firebase/mc/fixes
Prepare for v13
2 parents 74a4db3 + 62f3389 commit fd6622f

34 files changed

+313
-585
lines changed

FirebaseAnonymousAuthUI.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
Pod::Spec.new do |s|
22
s.name = 'FirebaseAnonymousAuthUI'
3-
s.version = '12.3.0'
3+
s.version = '13.0.0'
44
s.summary = 'Provides anonymous auth support for FirebaseAuthUI.'
55
s.homepage = 'https://github.com/firebase/FirebaseUI-iOS'
66
s.license = { :type => 'Apache 2.0', :file => 'LICENSE' }
77
s.source = { :git => 'https://github.com/firebase/FirebaseUI-iOS.git', :tag => 'v' + s.version.to_s}
88
s.author = 'Firebase'
99
s.platform = :ios
10-
s.ios.deployment_target = '10.0'
10+
s.ios.deployment_target = '11.0'
1111
s.ios.framework = 'UIKit'
1212
s.requires_arc = true
1313
s.cocoapods_version = '>= 1.8.0'

FirebaseAnonymousAuthUI/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
platform :ios, '10.0'
1+
platform :ios, '11.0'
22

33
target 'FirebaseAnonymousAuthUI' do
44
use_frameworks!
Lines changed: 29 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,36 @@
11
PODS:
2-
- FirebaseAuth (9.6.0):
3-
- FirebaseCore (~> 9.0)
4-
- GoogleUtilities/AppDelegateSwizzler (~> 7.7)
5-
- GoogleUtilities/Environment (~> 7.7)
6-
- GTMSessionFetcher/Core (< 3.0, >= 1.7)
7-
- FirebaseAuthUI (12.3.0):
2+
- FirebaseAuth (10.7.0):
3+
- FirebaseCore (~> 10.0)
4+
- GoogleUtilities/AppDelegateSwizzler (~> 7.8)
5+
- GoogleUtilities/Environment (~> 7.8)
6+
- GTMSessionFetcher/Core (< 4.0, >= 2.1)
7+
- FirebaseAuthUI (13.0.0):
88
- FirebaseAuth (< 11.0, >= 8.0)
99
- FirebaseCore
10-
- FirebaseCore (9.6.0):
11-
- FirebaseCoreDiagnostics (~> 9.0)
12-
- FirebaseCoreInternal (~> 9.0)
13-
- GoogleUtilities/Environment (~> 7.7)
14-
- GoogleUtilities/Logger (~> 7.7)
15-
- FirebaseCoreDiagnostics (9.6.0):
16-
- GoogleDataTransport (< 10.0.0, >= 9.1.4)
17-
- GoogleUtilities/Environment (~> 7.7)
18-
- GoogleUtilities/Logger (~> 7.7)
19-
- nanopb (< 2.30910.0, >= 2.30908.0)
20-
- FirebaseCoreInternal (9.6.0):
21-
- "GoogleUtilities/NSData+zlib (~> 7.7)"
22-
- GoogleDataTransport (9.2.0):
23-
- GoogleUtilities/Environment (~> 7.7)
24-
- nanopb (< 2.30910.0, >= 2.30908.0)
25-
- PromisesObjC (< 3.0, >= 1.2)
26-
- GoogleUtilities/AppDelegateSwizzler (7.10.0):
10+
- FirebaseCore (10.7.0):
11+
- FirebaseCoreInternal (~> 10.0)
12+
- GoogleUtilities/Environment (~> 7.8)
13+
- GoogleUtilities/Logger (~> 7.8)
14+
- FirebaseCoreInternal (10.7.0):
15+
- "GoogleUtilities/NSData+zlib (~> 7.8)"
16+
- GoogleUtilities/AppDelegateSwizzler (7.11.0):
2717
- GoogleUtilities/Environment
2818
- GoogleUtilities/Logger
2919
- GoogleUtilities/Network
30-
- GoogleUtilities/Environment (7.10.0):
20+
- GoogleUtilities/Environment (7.11.0):
3121
- PromisesObjC (< 3.0, >= 1.2)
32-
- GoogleUtilities/Logger (7.10.0):
22+
- GoogleUtilities/Logger (7.11.0):
3323
- GoogleUtilities/Environment
34-
- GoogleUtilities/Network (7.10.0):
24+
- GoogleUtilities/Network (7.11.0):
3525
- GoogleUtilities/Logger
3626
- "GoogleUtilities/NSData+zlib"
3727
- GoogleUtilities/Reachability
38-
- "GoogleUtilities/NSData+zlib (7.10.0)"
39-
- GoogleUtilities/Reachability (7.10.0):
28+
- "GoogleUtilities/NSData+zlib (7.11.0)"
29+
- GoogleUtilities/Reachability (7.11.0):
4030
- GoogleUtilities/Logger
41-
- GTMSessionFetcher/Core (2.3.0)
42-
- nanopb (2.30909.0):
43-
- nanopb/decode (= 2.30909.0)
44-
- nanopb/encode (= 2.30909.0)
45-
- nanopb/decode (2.30909.0)
46-
- nanopb/encode (2.30909.0)
31+
- GTMSessionFetcher/Core (3.1.0)
4732
- OCMock (3.9.1)
48-
- PromisesObjC (2.1.1)
33+
- PromisesObjC (2.2.0)
4934

5035
DEPENDENCIES:
5136
- FirebaseAuthUI (from `../`)
@@ -55,12 +40,9 @@ SPEC REPOS:
5540
trunk:
5641
- FirebaseAuth
5742
- FirebaseCore
58-
- FirebaseCoreDiagnostics
5943
- FirebaseCoreInternal
60-
- GoogleDataTransport
6144
- GoogleUtilities
6245
- GTMSessionFetcher
63-
- nanopb
6446
- OCMock
6547
- PromisesObjC
6648

@@ -69,18 +51,15 @@ EXTERNAL SOURCES:
6951
:path: "../"
7052

7153
SPEC CHECKSUMS:
72-
FirebaseAuth: e4a5d3c36e778e41141b91cc861103a441d80bcc
73-
FirebaseAuthUI: 9fa83d7dd7bad0f0eb20a9682f7e649c98e8f644
74-
FirebaseCore: 2082fffcd855f95f883c0a1641133eb9bbe76d40
75-
FirebaseCoreDiagnostics: 99a495094b10a57eeb3ae8efa1665700ad0bdaa6
76-
FirebaseCoreInternal: bca76517fe1ed381e989f5e7d8abb0da8d85bed3
77-
GoogleDataTransport: 1c8145da7117bd68bbbed00cf304edb6a24de00f
78-
GoogleUtilities: bad72cb363809015b1f7f19beb1f1cd23c589f95
79-
GTMSessionFetcher: 3a63d75eecd6aa32c2fc79f578064e1214dfdec2
80-
nanopb: b552cce312b6c8484180ef47159bc0f65a1f0431
54+
FirebaseAuth: dd64c01631df724b09f33e584625775c52f7d71f
55+
FirebaseAuthUI: 870e22bebf5d9844cab1ded173c68e06041f90c8
56+
FirebaseCore: e317665b9d744727a97e623edbbed009320afdd7
57+
FirebaseCoreInternal: 8845798510aae74703467480f71ac613788d0696
58+
GoogleUtilities: c2bdc4cf2ce786c4d2e6b3bcfd599a25ca78f06f
59+
GTMSessionFetcher: c9e714f7eec91a55641e2bab9f45fd83a219b882
8160
OCMock: 9491e4bec59e0b267d52a9184ff5605995e74be8
82-
PromisesObjC: ab77feca74fa2823e7af4249b8326368e61014cb
61+
PromisesObjC: 09985d6d70fbe7878040aa746d78236e6946d2ef
8362

84-
PODFILE CHECKSUM: 27a5607c7b940bc3ec39a28b7e3b0219807f5370
63+
PODFILE CHECKSUM: 3e25ee7154dc0c5365201704ac305f357c44eca0
8564

86-
COCOAPODS: 1.11.3
65+
COCOAPODS: 1.12.0

FirebaseAuthUI.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
Pod::Spec.new do |s|
22
s.name = 'FirebaseAuthUI'
3-
s.version = '12.3.0'
3+
s.version = '13.0.0'
44
s.summary = 'A prebuilt authentication UI flow for Firebase Auth.'
55
s.homepage = 'https://github.com/firebase/FirebaseUI-iOS'
66
s.license = { :type => 'Apache 2.0', :file => 'LICENSE' }
77
s.source = { :git => 'https://github.com/firebase/FirebaseUI-iOS.git', :tag => 'v' + s.version.to_s}
88
s.author = 'Firebase'
99
s.platform = :ios
10-
s.ios.deployment_target = '10.0'
10+
s.ios.deployment_target = '11.0'
1111
s.ios.framework = 'UIKit'
1212
s.requires_arc = true
1313
s.cocoapods_version = '>= 1.8.0'

FirebaseAuthUI/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# source 'sso://cpdc-internal/firebase'
22
source 'https://github.com/CocoaPods/Specs.git'
33

4-
platform :ios, '10.0'
4+
platform :ios, '11.0'
55

66
target 'FirebaseAuthUI' do
77
use_frameworks!

FirebaseAuthUI/Podfile.lock

Lines changed: 32 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,38 @@
11
PODS:
2-
- Firebase/Auth (9.6.0):
2+
- Firebase/Auth (10.7.0):
33
- Firebase/CoreOnly
4-
- FirebaseAuth (~> 9.6.0)
5-
- Firebase/CoreOnly (9.6.0):
6-
- FirebaseCore (= 9.6.0)
7-
- FirebaseAuth (9.6.0):
8-
- FirebaseCore (~> 9.0)
9-
- GoogleUtilities/AppDelegateSwizzler (~> 7.7)
10-
- GoogleUtilities/Environment (~> 7.7)
11-
- GTMSessionFetcher/Core (< 3.0, >= 1.7)
12-
- FirebaseCore (9.6.0):
13-
- FirebaseCoreDiagnostics (~> 9.0)
14-
- FirebaseCoreInternal (~> 9.0)
15-
- GoogleUtilities/Environment (~> 7.7)
16-
- GoogleUtilities/Logger (~> 7.7)
17-
- FirebaseCoreDiagnostics (9.6.0):
18-
- GoogleDataTransport (< 10.0.0, >= 9.1.4)
19-
- GoogleUtilities/Environment (~> 7.7)
20-
- GoogleUtilities/Logger (~> 7.7)
21-
- nanopb (< 2.30910.0, >= 2.30908.0)
22-
- FirebaseCoreInternal (9.6.0):
23-
- "GoogleUtilities/NSData+zlib (~> 7.7)"
24-
- GoogleDataTransport (9.2.0):
25-
- GoogleUtilities/Environment (~> 7.7)
26-
- nanopb (< 2.30910.0, >= 2.30908.0)
27-
- PromisesObjC (< 3.0, >= 1.2)
28-
- GoogleUtilities/AppDelegateSwizzler (7.10.0):
4+
- FirebaseAuth (~> 10.7.0)
5+
- Firebase/CoreOnly (10.7.0):
6+
- FirebaseCore (= 10.7.0)
7+
- FirebaseAuth (10.7.0):
8+
- FirebaseCore (~> 10.0)
9+
- GoogleUtilities/AppDelegateSwizzler (~> 7.8)
10+
- GoogleUtilities/Environment (~> 7.8)
11+
- GTMSessionFetcher/Core (< 4.0, >= 2.1)
12+
- FirebaseCore (10.7.0):
13+
- FirebaseCoreInternal (~> 10.0)
14+
- GoogleUtilities/Environment (~> 7.8)
15+
- GoogleUtilities/Logger (~> 7.8)
16+
- FirebaseCoreInternal (10.7.0):
17+
- "GoogleUtilities/NSData+zlib (~> 7.8)"
18+
- GoogleUtilities/AppDelegateSwizzler (7.11.0):
2919
- GoogleUtilities/Environment
3020
- GoogleUtilities/Logger
3121
- GoogleUtilities/Network
32-
- GoogleUtilities/Environment (7.10.0):
22+
- GoogleUtilities/Environment (7.11.0):
3323
- PromisesObjC (< 3.0, >= 1.2)
34-
- GoogleUtilities/Logger (7.10.0):
24+
- GoogleUtilities/Logger (7.11.0):
3525
- GoogleUtilities/Environment
36-
- GoogleUtilities/Network (7.10.0):
26+
- GoogleUtilities/Network (7.11.0):
3727
- GoogleUtilities/Logger
3828
- "GoogleUtilities/NSData+zlib"
3929
- GoogleUtilities/Reachability
40-
- "GoogleUtilities/NSData+zlib (7.10.0)"
41-
- GoogleUtilities/Reachability (7.10.0):
30+
- "GoogleUtilities/NSData+zlib (7.11.0)"
31+
- GoogleUtilities/Reachability (7.11.0):
4232
- GoogleUtilities/Logger
43-
- GTMSessionFetcher/Core (2.3.0)
44-
- nanopb (2.30909.0):
45-
- nanopb/decode (= 2.30909.0)
46-
- nanopb/encode (= 2.30909.0)
47-
- nanopb/decode (2.30909.0)
48-
- nanopb/encode (2.30909.0)
33+
- GTMSessionFetcher/Core (3.1.0)
4934
- OCMock (3.9.1)
50-
- PromisesObjC (2.1.1)
35+
- PromisesObjC (2.2.0)
5136

5237
DEPENDENCIES:
5338
- Firebase/Auth
@@ -58,28 +43,22 @@ SPEC REPOS:
5843
- Firebase
5944
- FirebaseAuth
6045
- FirebaseCore
61-
- FirebaseCoreDiagnostics
6246
- FirebaseCoreInternal
63-
- GoogleDataTransport
6447
- GoogleUtilities
6548
- GTMSessionFetcher
66-
- nanopb
6749
- OCMock
6850
- PromisesObjC
6951

7052
SPEC CHECKSUMS:
71-
Firebase: 5ae8b7cf8efce559a653aef0ad95bab3f427c351
72-
FirebaseAuth: e4a5d3c36e778e41141b91cc861103a441d80bcc
73-
FirebaseCore: 2082fffcd855f95f883c0a1641133eb9bbe76d40
74-
FirebaseCoreDiagnostics: 99a495094b10a57eeb3ae8efa1665700ad0bdaa6
75-
FirebaseCoreInternal: bca76517fe1ed381e989f5e7d8abb0da8d85bed3
76-
GoogleDataTransport: 1c8145da7117bd68bbbed00cf304edb6a24de00f
77-
GoogleUtilities: bad72cb363809015b1f7f19beb1f1cd23c589f95
78-
GTMSessionFetcher: 3a63d75eecd6aa32c2fc79f578064e1214dfdec2
79-
nanopb: b552cce312b6c8484180ef47159bc0f65a1f0431
53+
Firebase: 0219acf760880eeec8ce479895bd7767466d9f81
54+
FirebaseAuth: dd64c01631df724b09f33e584625775c52f7d71f
55+
FirebaseCore: e317665b9d744727a97e623edbbed009320afdd7
56+
FirebaseCoreInternal: 8845798510aae74703467480f71ac613788d0696
57+
GoogleUtilities: c2bdc4cf2ce786c4d2e6b3bcfd599a25ca78f06f
58+
GTMSessionFetcher: c9e714f7eec91a55641e2bab9f45fd83a219b882
8059
OCMock: 9491e4bec59e0b267d52a9184ff5605995e74be8
81-
PromisesObjC: ab77feca74fa2823e7af4249b8326368e61014cb
60+
PromisesObjC: 09985d6d70fbe7878040aa746d78236e6946d2ef
8261

83-
PODFILE CHECKSUM: ebf29e3406d483d781b4dad6fb66d2ff0b7a0f9b
62+
PODFILE CHECKSUM: 439bfd92d1dc94ceb0aa45cfe0207e34148fd9f7
8463

85-
COCOAPODS: 1.11.3
64+
COCOAPODS: 1.12.0

FirebaseDatabaseUI.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
Pod::Spec.new do |s|
22
s.name = 'FirebaseDatabaseUI'
3-
s.version = '12.3.0'
3+
s.version = '13.0.0'
44
s.summary = 'Prebuilt data sources and UI bindings for Firebase Database.'
55
s.homepage = 'https://github.com/firebase/FirebaseUI-iOS'
66
s.license = { :type => 'Apache 2.0', :file => 'LICENSE' }
77
s.source = { :git => 'https://github.com/firebase/FirebaseUI-iOS.git', :tag => 'v' + s.version.to_s}
88
s.author = 'Firebase'
99
s.platform = :ios
10-
s.ios.deployment_target = '10.0'
10+
s.ios.deployment_target = '11.0'
1111
s.ios.framework = 'UIKit'
1212
s.requires_arc = true
1313
s.cocoapods_version = '>= 1.8.0'

FirebaseDatabaseUI/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# source 'sso://cpdc-internal/firebase'
22
source 'https://github.com/CocoaPods/Specs.git'
33

4-
platform :ios, '10.0'
4+
platform :ios, '11.0'
55

66
target 'FirebaseDatabaseUI' do
77
use_frameworks!

FirebaseDatabaseUI/Podfile.lock

Lines changed: 24 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,25 @@
11
PODS:
2-
- Firebase/CoreOnly (9.6.0):
3-
- FirebaseCore (= 9.6.0)
4-
- Firebase/Database (9.6.0):
2+
- Firebase/CoreOnly (10.7.0):
3+
- FirebaseCore (= 10.7.0)
4+
- Firebase/Database (10.7.0):
55
- Firebase/CoreOnly
6-
- FirebaseDatabase (~> 9.6.0)
7-
- FirebaseCore (9.6.0):
8-
- FirebaseCoreDiagnostics (~> 9.0)
9-
- FirebaseCoreInternal (~> 9.0)
10-
- GoogleUtilities/Environment (~> 7.7)
11-
- GoogleUtilities/Logger (~> 7.7)
12-
- FirebaseCoreDiagnostics (9.6.0):
13-
- GoogleDataTransport (< 10.0.0, >= 9.1.4)
14-
- GoogleUtilities/Environment (~> 7.7)
15-
- GoogleUtilities/Logger (~> 7.7)
16-
- nanopb (< 2.30910.0, >= 2.30908.0)
17-
- FirebaseCoreInternal (9.6.0):
18-
- "GoogleUtilities/NSData+zlib (~> 7.7)"
19-
- FirebaseDatabase (9.6.0):
20-
- FirebaseCore (~> 9.0)
6+
- FirebaseDatabase (~> 10.7.0)
7+
- FirebaseCore (10.7.0):
8+
- FirebaseCoreInternal (~> 10.0)
9+
- GoogleUtilities/Environment (~> 7.8)
10+
- GoogleUtilities/Logger (~> 7.8)
11+
- FirebaseCoreInternal (10.7.0):
12+
- "GoogleUtilities/NSData+zlib (~> 7.8)"
13+
- FirebaseDatabase (10.7.0):
14+
- FirebaseCore (~> 10.0)
2115
- leveldb-library (~> 1.22)
22-
- GoogleDataTransport (9.2.0):
23-
- GoogleUtilities/Environment (~> 7.7)
24-
- nanopb (< 2.30910.0, >= 2.30908.0)
16+
- GoogleUtilities/Environment (7.11.0):
2517
- PromisesObjC (< 3.0, >= 1.2)
26-
- GoogleUtilities/Environment (7.10.0):
27-
- PromisesObjC (< 3.0, >= 1.2)
28-
- GoogleUtilities/Logger (7.10.0):
18+
- GoogleUtilities/Logger (7.11.0):
2919
- GoogleUtilities/Environment
30-
- "GoogleUtilities/NSData+zlib (7.10.0)"
20+
- "GoogleUtilities/NSData+zlib (7.11.0)"
3121
- leveldb-library (1.22.1)
32-
- nanopb (2.30909.0):
33-
- nanopb/decode (= 2.30909.0)
34-
- nanopb/encode (= 2.30909.0)
35-
- nanopb/decode (2.30909.0)
36-
- nanopb/encode (2.30909.0)
37-
- PromisesObjC (2.1.1)
22+
- PromisesObjC (2.2.0)
3823

3924
DEPENDENCIES:
4025
- Firebase/Database
@@ -43,27 +28,21 @@ SPEC REPOS:
4328
https://github.com/CocoaPods/Specs.git:
4429
- Firebase
4530
- FirebaseCore
46-
- FirebaseCoreDiagnostics
4731
- FirebaseCoreInternal
4832
- FirebaseDatabase
49-
- GoogleDataTransport
5033
- GoogleUtilities
5134
- leveldb-library
52-
- nanopb
5335
- PromisesObjC
5436

5537
SPEC CHECKSUMS:
56-
Firebase: 5ae8b7cf8efce559a653aef0ad95bab3f427c351
57-
FirebaseCore: 2082fffcd855f95f883c0a1641133eb9bbe76d40
58-
FirebaseCoreDiagnostics: 99a495094b10a57eeb3ae8efa1665700ad0bdaa6
59-
FirebaseCoreInternal: bca76517fe1ed381e989f5e7d8abb0da8d85bed3
60-
FirebaseDatabase: 3de19e533a73d45e25917b46aafe1dd344ec8119
61-
GoogleDataTransport: 1c8145da7117bd68bbbed00cf304edb6a24de00f
62-
GoogleUtilities: bad72cb363809015b1f7f19beb1f1cd23c589f95
38+
Firebase: 0219acf760880eeec8ce479895bd7767466d9f81
39+
FirebaseCore: e317665b9d744727a97e623edbbed009320afdd7
40+
FirebaseCoreInternal: 8845798510aae74703467480f71ac613788d0696
41+
FirebaseDatabase: 06195bac336b5e4c893ec04a111631a4cdb00178
42+
GoogleUtilities: c2bdc4cf2ce786c4d2e6b3bcfd599a25ca78f06f
6343
leveldb-library: 50c7b45cbd7bf543c81a468fe557a16ae3db8729
64-
nanopb: b552cce312b6c8484180ef47159bc0f65a1f0431
65-
PromisesObjC: ab77feca74fa2823e7af4249b8326368e61014cb
44+
PromisesObjC: 09985d6d70fbe7878040aa746d78236e6946d2ef
6645

67-
PODFILE CHECKSUM: 431a95428db2b29fae32eabd64aa31f6dfd32540
46+
PODFILE CHECKSUM: 9f6be91681b3e933930d89605c10d94a195324b2
6847

69-
COCOAPODS: 1.11.3
48+
COCOAPODS: 1.12.0

0 commit comments

Comments
 (0)