Skip to content

Commit

Permalink
[fix] 修改文件路径
Browse files Browse the repository at this point in the history
  • Loading branch information
indulgeIn committed Aug 28, 2019
1 parent 5b1f5c0 commit 9cc640a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions YBImageBrowser.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,11 @@ Pod::Spec.new do |s|

s.default_subspec = "Core"

s.subspec "SD" do |sd|
sd.source_files = "YBImageBrowser/WebImageMediator/*.{h,m}"
sd.dependency 'SDWebImage', '>= 5.0.0'
end

s.subspec "Core" do |core|
core.source_files = "YBImageBrowser/**/*.{h,m}"
core.exclude_files = "YBImageBrowser/WebImageMediator/YBIBDefaultWebImageMediator.{h,m}"
core.resources = "YBImageBrowser/YBImageBrowser.bundle"
core.dependency 'YBImageBrowser/SD'
core.dependency 'YYImage'
core.dependency 'SDWebImage', '>= 5.0.0'
end
s.subspec "NOSD" do |core|
core.source_files = "YBImageBrowser/**/*.{h,m}"
Expand Down

0 comments on commit 9cc640a

Please sign in to comment.