update
This commit is contained in:
19
Podfile
19
Podfile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user