...
|
...
|
@@ -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 |
...
|
...
|
|