1 Star 0 Fork 0

Yulin/QRCode

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
SimpleQRCode.podspec 957 Bytes
一键复制 编辑 原始数据 按行查看 历史
Dennis Schmidt 提交于 2019-09-21 10:24 . pick different cocoapods name
Pod::Spec.new do |s|
s.name = "SimpleQRCode"
s.version = "0.6.2"
s.swift_version = "5.1"
s.summary = "A simple QR code image generator to use in your apps, written in Swift 5."
s.description = <<-DESC
A simple QR code image generator to use in your apps, written in Swift 5.
Also provides `UIImageView` extension.
DESC
s.homepage = "https://github.com/dmrschmidt/QRCode"
s.screenshots = "https://github.com/dmrschmidt/QRCode/raw/master/screenshot.png"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = "Dennis Schmidt"
s.social_media_url = "http://twitter.com/dmrschmidt"
s.platform = :ios, "8.0"
s.source = { :git => "https://github.com/dmrschmidt/QRCode.git", :tag => "#{s.version}" }
s.source_files = 'QRCode', 'QRCode/**/*.swift'
s.frameworks = 'AVFoundation'
s.requires_arc = true
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yulin97/QRCode.git
[email protected]:yulin97/QRCode.git
yulin97
QRCode
QRCode
main

搜索帮助