This commit is contained in:
Yao
2024-12-20 17:49:45 +08:00
parent 86b0363ce1
commit 654d456c7d
7011 changed files with 1705926 additions and 7 deletions

21
podfile Normal file
View File

@@ -0,0 +1,21 @@
platform :ios, '13.0'
use_modular_headers!
use_frameworks!
target 'ShenQi' do
pod 'SVProgressHUD', '~> 2.2.5'
pod 'MJRefresh', '~> 3.7.5'
pod 'FirebaseAuth'
pod 'FirebaseFirestore'
pod 'FirebaseMessaging'
end
#target 'SQNoti' do
#
#pod 'FirebaseMessaging'
#
#end