Skip to content

Commit

Permalink
Merge pull request #83 from aslanyanhaik/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
aslanyanhaik committed Nov 15, 2019
2 parents b6631c2 + cab5fbb commit 0171573
Show file tree
Hide file tree
Showing 23 changed files with 507 additions and 192 deletions.
14 changes: 7 additions & 7 deletions Podfile
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
platform :ios, '12.0'
platform :ios, '13.0'
use_frameworks!
inhibit_all_warnings!
ENV['COCOAPODS_DISABLE_STATS'] = "true"

target 'QuickChat' do

pod 'Firebase/Core'
pod 'Firebase/Auth'
pod 'Firebase/Storage'
pod 'Kingfisher'
pod 'Firebase/Firestore'
pod 'ALLoadingView'
pod 'Firebase/Core'
pod 'Firebase/Auth'
pod 'Firebase/Storage'
pod 'Kingfisher'
pod 'Firebase/Firestore'
pod 'ALLoadingView'

end
Loading

0 comments on commit 0171573

Please sign in to comment.