Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -11,6 +11,6 @@ Pod::Spec.new do |s| | @@ -11,6 +11,6 @@ Pod::Spec.new do |s| | ||
| 11 | s.platform = :ios, "7.0" | 11 | s.platform = :ios, "7.0" |
| 12 | s.source = {:http => "http://boxfish.oss-cn-hangzhou.aliyuncs.com/thirdparty/BFEOpenCV_3.4.0.zip", :sha1 => "9093671ca159ddbfc926ce04b70ec36ac5106520"} | 12 | s.source = {:http => "http://boxfish.oss-cn-hangzhou.aliyuncs.com/thirdparty/BFEOpenCV_3.4.0.zip", :sha1 => "9093671ca159ddbfc926ce04b70ec36ac5106520"} |
| 13 | s.vendored_frameworks = "BFEOpenCV/opencv2.framework" | 13 | s.vendored_frameworks = "BFEOpenCV/opencv2.framework" |
| 14 | - s.frameworks = "UIKit", "Foundation" | 14 | + s.frameworks = "UIKit", "Foundation", "CoreVideo", "CoreMedia", "AVFoundation", "AudioToolbox", "VideoToolbox","OpenAL" |
| 15 | s.libraries = "c++", "stdc++", "stdc++.6", "z" | 15 | s.libraries = "c++", "stdc++", "stdc++.6", "z" |
| 16 | end | 16 | end |
-
Please register or login to post a comment