1 Star 1 Fork 0

WaveO / react-native-barcode-zxing

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
RNBarcode.podspec 898 Bytes
一键复制 编辑 原始数据 按行查看 历史
Ming Chen 提交于 2019-08-21 21:24 . update podspec and package.json
require 'json'
package = JSON.parse(File.read(File.join(__dir__, 'package.json')))
Pod::Spec.new do |s|
s.name = "RNBarcode"
s.version = package['version']
s.summary = "RNBarcode"
s.description = <<-DESC
react-native-barcode-zxing
DESC
s.homepage = package['homepage']
s.license = "MIT"
# s.license = { :type => "MIT", :file => "FILE_LICENSE" }
s.author = { "jebai0521" => "mingchen@waveo.com" }
s.platform = :ios, "9.0"
s.source = { :git => "https://gitee.com/waveo/react-native-barcode-zxing.git", :tag => "master" }
s.source_files = "ios/*.{h,m}", "ios/qrcode/*.{h,mm,cpp}", "ios/ZXingObjC/ZXingObjCHeaders/*.{h}"
s.requires_arc = true
s.vendored_libraries = 'ios/ZXingObjC/*.{a}'
s.dependency "React"
s.frameworks = "AVFoundation"
#s.dependency "others"
end
1
https://gitee.com/waveo/react-native-barcode-zxing.git
git@gitee.com:waveo/react-native-barcode-zxing.git
waveo
react-native-barcode-zxing
react-native-barcode-zxing
master

搜索帮助