Skip to content

Commit 0171573

Browse files
authored
Merge pull request #83 from aslanyanhaik/develop
Develop
2 parents b6631c2 + cab5fbb commit 0171573

File tree

23 files changed

+507
-192
lines changed

23 files changed

+507
-192
lines changed

Podfile

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
platform :ios, '12.0'
1+
platform :ios, '13.0'
22
use_frameworks!
33
inhibit_all_warnings!
44
ENV['COCOAPODS_DISABLE_STATS'] = "true"
55

66
target 'QuickChat' do
77

8-
pod 'Firebase/Core'
9-
pod 'Firebase/Auth'
10-
pod 'Firebase/Storage'
11-
pod 'Kingfisher'
12-
pod 'Firebase/Firestore'
13-
pod 'ALLoadingView'
8+
pod 'Firebase/Core'
9+
pod 'Firebase/Auth'
10+
pod 'Firebase/Storage'
11+
pod 'Kingfisher'
12+
pod 'Firebase/Firestore'
13+
pod 'ALLoadingView'
1414

1515
end

0 commit comments

Comments
 (0)