undancer

添加frameworks

@@ -141,7 +141,7 @@ Pod::Spec.new do |s| @@ -141,7 +141,7 @@ Pod::Spec.new do |s|
141 # ss.public_header_files = 'libs/AVFoundationEx.FrameWork/Headers/*.h' 141 # ss.public_header_files = 'libs/AVFoundationEx.FrameWork/Headers/*.h'
142 # ss.watchos.frameworks = 'MobileCoreServices', 'CoreGraphics' 142 # ss.watchos.frameworks = 'MobileCoreServices', 'CoreGraphics'
143 # ss.ios.frameworks = 'MobileCoreServices', 'CoreGraphics' 143 # ss.ios.frameworks = 'MobileCoreServices', 'CoreGraphics'
144 - ss.ios.frameworks = 'AVFoundation' 144 + ss.ios.frameworks = 'AVFoundation', 'CoreAudio'
145 # ss.osx.frameworks = 'CoreServices' 145 # ss.osx.frameworks = 'CoreServices'
146 146
147 end 147 end