23 lines
301 B
Plaintext
23 lines
301 B
Plaintext
|
|
platform :ios, '13.0'
|
|
use_modular_headers!
|
|
use_frameworks!
|
|
|
|
target 'ShenQi' do
|
|
|
|
pod 'SVProgressHUD', '~> 2.2.5'
|
|
pod 'MJRefresh', '~> 3.7.5'
|
|
pod 'SDWebImage', '~> 5.12.5'
|
|
|
|
pod 'FirebaseAuth'
|
|
pod 'FirebaseFirestore'
|
|
pod 'FirebaseMessaging'
|
|
|
|
end
|
|
|
|
#target 'SQNoti' do
|
|
#
|
|
#pod 'FirebaseMessaging'
|
|
#
|
|
#end
|