Skip to content

Commit c8df0f1

Browse files
authored
Merge pull request #413 from pepebecker/podfile
Update Podfile
2 parents 56a2866 + 9b15eb8 commit c8df0f1

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

Xcode/Podfile

100755100644
Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -5,29 +5,29 @@ use_frameworks!
55
# install! 'cocoapods', :disable_input_output_paths => true
66

77
target 'ChatSDK Demo' do
8-
9-
pod "ChatSDK", :path => "../"
10-
pod "ChatSDKFirebase/Adapter", :path => "../"
11-
pod "ChatSDKFirebase/FileStorage", :path => "../"
12-
pod "ChatSDKFirebase/Push", :path => "../"
13-
pod "ChatSDKFirebase/SocialLogin", :path => "../"
14-
# pod "ChatSDK/Extras", :path => "../"
15-
16-
# pod 'TwitterKit', '<3.3.0'
17-
# pod 'TwitterCore', '<3.1.0'
18-
# pod 'GoogleSignIn'
19-
# pod 'FBSDKLoginKit'
20-
21-
22-
#pod "ChatSDKModules/StickerMessage", :path => "../ChatSDKModules"
23-
#pod "ChatSDKModules/KeyboardOverlayOptions", :path => "../ChatSDKModules"
24-
#pod "ChatSDKModules/ContactBook", :path => "../ChatSDKModules"
8+
9+
pod 'ChatSDK', :path => '../'
10+
pod 'ChatSDKFirebase/Adapter', :path => '../'
11+
pod 'ChatSDKFirebase/FileStorage', :path => '../'
12+
pod 'ChatSDKFirebase/Push', :path => '../'
13+
pod 'ChatSDKFirebase/SocialLogin', :path => '../'
14+
# pod 'ChatSDK/Extras', :path => '../'
15+
16+
# pod 'TwitterKit', '<3.3.0'
17+
# pod 'TwitterCore', '<3.1.0'
18+
# pod 'GoogleSignIn'
19+
# pod 'FBSDKLoginKit'
20+
21+
22+
# pod 'ChatSDKModules/StickerMessage', :path => '../ChatSDKModules'
23+
# pod 'ChatSDKModules/KeyboardOverlayOptions', :path => '../ChatSDKModules'
24+
# pod 'ChatSDKModules/ContactBook', :path => '../ChatSDKModules'
2525

2626
#### Optional ####
2727

2828
# Crashlytics see: https://firebase.google.com/docs/crashlytics/get-started?authuser=0
2929

30-
# pod 'Fabric', '~> 1.7.6'
30+
# pod 'Fabric', '~> 1.7.6'
3131
pod 'Crashlytics', '~> 3.10.1'
32-
32+
3333
end

0 commit comments

Comments
 (0)