1 Star 0 Fork 0

xianghan228/RHScan

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
RHScan.podspec 633 Bytes
一键复制 编辑 原始数据 按行查看 历史
程序鹅 提交于 2019-03-21 09:38 . create
Pod::Spec.new do |s|
s.name = 'RHScan'
s.version = '1.0.2'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.summary = '实现二维码扫描功能,含各种UI、手势放大缩小镜头、仿微信扫码放大。'
s.homepage = 'https://github.com/huangkunhe/RHScan'
s.author = { 'huangkunhe' => 'river_hkh@163.com' }
s.source = { :git => 'https://github.com/huangkunhe/RHScan.git', :tag => s.version }
s.platform = :ios , '8.0'
s.source_files = 'RHScan/Scan/*.{h,m}'
s.resources = "RHScan/Scan/*.png"
s.framework = 'UIKit', 'Foundation','AVFoundation'
s.requires_arc = true
end
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xianghan228/RHScan.git
git@gitee.com:xianghan228/RHScan.git
xianghan228
RHScan
RHScan
master

搜索帮助