create
This commit is contained in:
21
podfile
Normal file
21
podfile
Normal 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
|
||||
Reference in New Issue
Block a user