燊燊

修改文件路径

  1 +Pod::Spec.new do |s|
  2 +
  3 + s.name = "BFEImageSDK"
  4 + s.version = "0.0.1"
  5 + s.summary = "Boxfish图像处理SDK"
  6 + s.description = <<-DESC
  7 + 跨平台图像处理sdk,主要用于定位框检测
  8 + DESC
  9 + s.homepage = "https://www.boxfish.cn"
  10 + s.license = "MIT"
  11 + s.platform = :ios, "7.0"
  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" }
  14 + s.vendored_frameworks = "BFEImageSDK/BFEImageSDK.framework"
  15 + s.frameworks = "UIKit", "Foundation"
  16 + s.libraries = "c++", "stdc++", "stdc++.6", "z"
  17 +
  18 +
  19 +end