Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -13,7 +13,7 @@ Pod::Spec.new do |s| | @@ -13,7 +13,7 @@ Pod::Spec.new do |s| | ||
| 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", "AVFoundation" | 15 | s.frameworks = "UIKit", "Foundation", "AVFoundation" |
| 16 | - s.libraries = "c++", "stdc++", "stdc++.6", "z" | 16 | + s.libraries = "c++", "stdc++", "z" |
| 17 | 17 | ||
| 18 | 18 | ||
| 19 | end | 19 | end |
-
Please register or login to post a comment