Merge branch 'master' into no_webp
* master: Update YHExplorer.podspec
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -53,6 +53,6 @@ Pod::Spec.new do |s| | @@ -53,6 +53,6 @@ Pod::Spec.new do |s| | ||
53 | ss.source_files = 'YHExplorer/YHLinkParser/*.{h,m}' | 53 | ss.source_files = 'YHExplorer/YHLinkParser/*.{h,m}' |
54 | end | 54 | end |
55 | 55 | ||
56 | - s.frameworks = 'Foundation', 'CoreGraphics', 'UIKit' | 56 | + s.frameworks = 'Foundation', 'CoreGraphics', 'UIKit', 'CoreLocation', 'AudioToolbox', 'CoreMotion', 'AssetsLibrary', 'MobileCoreServices' |
57 | 57 | ||
58 | end | 58 | end |
-
Please register or login to post a comment