This commit is contained in:
DDIsFriend
2023-08-28 18:29:21 +08:00
parent c73a6ff1d4
commit 8d563860f1
290 changed files with 9542 additions and 9626 deletions

19
Podfile
View File

@@ -7,10 +7,9 @@ target 'OrderScheduling' do
# Comment the next line if you don't want to use dynamic frameworks
use_modular_headers!
# pod 'CocoaDebug', :configurations => ['Debug']
pod 'CocoaDebug'
pod 'CocoaDebug', :configurations => ['Debug']
pod 'ESTabBarController-swift'
pod 'DDCategoryKit_Private'
pod 'DDCategoryKit_Private',:path => '/Users/zd/Desktop/PodRepository/DDCategoryKit_Private'
pod 'DDBasicControlsKit_Private'
pod 'DDColorKit_Private'
pod 'DDFontKit_Private'
@@ -31,16 +30,8 @@ target 'OrderScheduling' do
pod 'MJRefresh'
pod 'DDWebImageKit_Private'
pod 'ZLPhotoBrowser'
pod 'ZFPlayer',:path=> '/Users/zd/Downloads/iOS相关/ZFPlayer-master'
pod 'ZFPlayer/ControlView',:path=> '/Users/zd/Downloads/iOS相关/ZFPlayer-master'
pod 'ZFPlayer/ijkplayer',:path=> '/Users/zd/Downloads/iOS相关/ZFPlayer-master'
pod 'JPush'
# pod 'JPushExtension'
# pod 'ZFPlayer', '~> 4.0'
# pod 'ZFPlayer/ControlView'
# pod 'ZFPlayer/ijkplayer'
# pod 'ZFPlayer/AVPlayer'
pod 'DDZFPlayerKit_Private',:subspecs => ['ControlView','ijkplayer']
pod 'JPush',:modular_headers => true
post_install do |installer|
installer.pods_project.targets.each do |target|
@@ -66,6 +57,6 @@ target 'OrderScheduling' do
end
target 'OrderSchedulingNotificationService' do
pod 'JPush'
pod 'JPush',:modular_headers => true
pod 'JPushExtension'
end