Authored by gaoqiang xu

Merge branch 'master' into no_webp

* master:
  Update YHExplorer.podspec
... ... @@ -53,6 +53,6 @@ Pod::Spec.new do |s|
ss.source_files = 'YHExplorer/YHLinkParser/*.{h,m}'
end
s.frameworks = 'Foundation', 'CoreGraphics', 'UIKit'
s.frameworks = 'Foundation', 'CoreGraphics', 'UIKit', 'CoreLocation', 'AudioToolbox', 'CoreMotion', 'AssetsLibrary', 'MobileCoreServices'
end
... ...