File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 18
18
#import < FirebaseAuth/FIRTwitterAuthProvider.h>
19
19
#import < FirebaseAuthUI/FUIAuthBaseViewController.h>
20
20
#import < FirebaseAuthUI/FUIAuthErrorUtils.h>
21
- #import < TwitterKit/TwitterKit.h>
21
+ #import < TwitterCore/TwitterCore.h>
22
+ #import < TwitterKit/TWTRTwitter.h>
22
23
#import " FUIAuthBaseViewController_Internal.h"
23
24
#import " FUIAuthStrings.h"
24
25
#import " FUIAuthUtils.h"
Original file line number Diff line number Diff line change 23
23
#import < FirebaseTwitterAuthUI/FirebaseTwitterAuthUI.h>
24
24
#import < OCMock/OCMock.h>
25
25
#import < TwitterCore/TwitterCore.h>
26
- #import < TwitterKit/TwitterKit .h>
26
+ #import < TwitterKit/TWTRTwitter .h>
27
27
#import < XCTest/XCTest.h>
28
28
29
29
@interface FUITwitterAuth (Testing)
Original file line number Diff line number Diff line change @@ -144,6 +144,7 @@ target 'Twitter' do
144
144
145
145
# Pods for Twitter Auth
146
146
pod 'FirebaseAuth'
147
+ pod 'TwitterCore' , '~> 3.0'
147
148
pod 'TwitterKit' , '~> 3.0'
148
149
end
149
150
You can’t perform that action at this time.
0 commit comments