Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -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 |
-
Please register or login to post a comment