1 Star 0 Fork 2

Sanguine/react-native-local-barcode-recognizer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
RNReactNativeLocalBarcodeRecognizer.podspec 770 Bytes
一键复制 编辑 原始数据 按行查看 历史
yuqiang 提交于 2020-11-30 14:52 . fix(common):修改iOS库引用
Pod::Spec.new do |s|
s.name = "RNReactNativeLocalBarcodeRecognizer"
s.version = "1.0.0"
s.summary = "RNReactNativeLocalBarcodeRecognizer"
s.description = <<-DESC
RNReactNativeLocalBarcodeRecognizer
DESC
s.homepage = "RNReactNativeLocalBarcodeRecognizer"
s.license = "MIT"
# s.license = { :type => "MIT", :file => "FILE_LICENSE" }
s.author = { "author" => "author@domain.cn" }
s.platform = :ios, "7.0"
s.source = { :git => "https://github.com/januslo/react-native-local-barcode-recognizer.git", :tag => "master" }
s.source_files = "ios/*.{h,m}"
s.requires_arc = true
s.dependency "React"
s.dependency "ZXingObjC"
#s.dependency "others"
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/sxw_sxw/react-native-local-barcode-recognizer.git
git@gitee.com:sxw_sxw/react-native-local-barcode-recognizer.git
sxw_sxw
react-native-local-barcode-recognizer
react-native-local-barcode-recognizer
master

搜索帮助