燊燊

修改文件路径

Pod::Spec.new do |s|
s.name = "BFEImageSDK"
s.version = "0.0.1"
s.summary = "Boxfish图像处理SDK"
s.description = <<-DESC
跨平台图像处理sdk,主要用于定位框检测
DESC
s.homepage = "https://www.boxfish.cn"
s.license = "MIT"
s.platform = :ios, "7.0"
s.source = { :http => "http://boxfish.oss-cn-hangzhou.aliyuncs.com/thirdparty/BFEImageSDK_0.0.1.zip", :sha1 => "51b5e87418929d13b76064fe69b8ca7789a0c8cb"}
s.author = { "chenzhaoshen" => "alex_coolboy@163.com" }
s.vendored_frameworks = "BFEImageSDK/BFEImageSDK.framework"
s.frameworks = "UIKit", "Foundation"
s.libraries = "c++", "stdc++", "stdc++.6", "z"
end
\ No newline at end of file
... ...