Showing
1 changed file
with
16 additions
and
0 deletions
BFEOpenCV/3.4.0/BFEOpenCV.podspec
0 → 100644
| 1 | +Pod::Spec.new do |s| | ||
| 2 | + s.name = "BFEOpenCV" | ||
| 3 | + s.version = "3.4.0" | ||
| 4 | + s.summary = "openCVframeWork" | ||
| 5 | + s.description = <<-DESC | ||
| 6 | + OpenCV-ios-3.4.0 | ||
| 7 | + DESC | ||
| 8 | + s.homepage = "https://www.boxfish.cn" | ||
| 9 | + s.license = "MIT" | ||
| 10 | + s.author = {"chenzhaoshen" => "alex_coolboy@163.com"} | ||
| 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"} | ||
| 13 | + s.vendored_frameworks = "BFEOpenCV/opencv2.framework" | ||
| 14 | + s.frameworks = "UIKit", "Foundation" | ||
| 15 | + s.libraries = "c++", "stdc++", "stdc++.6", "z" | ||
| 16 | +end |
-
Please register or login to post a comment