Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -12,7 +12,7 @@ Pod::Spec.new do |s| | @@ -12,7 +12,7 @@ Pod::Spec.new do |s| | ||
| 12 | s.source = { :http => "http://boxfish.oss-cn-hangzhou.aliyuncs.com/thirdparty/BFEImageSDK_0.0.1.zip", :sha1 => "51b5e87418929d13b76064fe69b8ca7789a0c8cb"} | 12 | s.source = { :http => "http://boxfish.oss-cn-hangzhou.aliyuncs.com/thirdparty/BFEImageSDK_0.0.1.zip", :sha1 => "51b5e87418929d13b76064fe69b8ca7789a0c8cb"} |
| 13 | s.author = { "chenzhaoshen" => "alex_coolboy@163.com" } | 13 | s.author = { "chenzhaoshen" => "alex_coolboy@163.com" } |
| 14 | s.vendored_frameworks = "BFEImageSDK/BFEImageSDK.framework" | 14 | s.vendored_frameworks = "BFEImageSDK/BFEImageSDK.framework" |
| 15 | - s.frameworks = "UIKit", "Foundation" | 15 | + s.frameworks = "UIKit", "Foundation", "AVFoundation" |
| 16 | s.libraries = "c++", "stdc++", "stdc++.6", "z" | 16 | s.libraries = "c++", "stdc++", "stdc++.6", "z" |
| 17 | 17 | ||
| 18 | 18 |
-
Please register or login to post a comment