YH_WebP.podspec
667 Bytes
Pod::Spec.new do |s|
s.name = "YH_WebP"
s.version = "1.0.0"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.summary = "YH_WebP"
s.description = <<-DESC
WebP for Yoho
DESC
s.homepage = "http://git.yoho.cn/ios/yh_webp"
s.author = { "zhuxj" => "xiaojun.zhu@yoho.cn" }
s.source = { :git => "http://git.yoho.cn/ios/yh_webp.git",
:branch => 'master',
:tag => s.version.to_s }
s.platform = :ios, '7.0'
s.requires_arc = true
s.vendored_frameworks = 'WebP/WebP.framework'
end