23 Star 212 Fork 12

我是谁1243/QRCode

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
QRCode.podspec 738 Bytes
一键复制 编辑 原始数据 按行查看 历史
我是谁1243 提交于 2015-07-02 13:03 . 增加爱podspec文件
Pod::Spec.new do |s|
s.name = 'QRCode'
s.version = 'v1.0.0'
s.summary = 'QRCode in Swift'
s.description = <<-DESC
QRCode in Swift V1
DESC
s.homepage = "https://git.oschina.net/woshishui1243/QRCode_Swift.git"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "DaYu" => "[email protected]" }
s.platform = :ios, "8.0"
s.source = { :git => "https://git.oschina.net/woshishui1243/QRCode_Swift.git", :tag => s.version}
s.source_files = "QRCode/Source/*.swift"
s.resources = "QRCode/Source/*.xcassets", "QRCode/Source/*.xib", "QRCode/Source/*.plist", "QRCode/Source/*.htm"
s.public_header_files = "QRCode/Source/*.h"
s.framework = "AVFoundation"
s.requires_arc = true
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
条形码/二维码
1
https://gitee.com/woshishui1243/QRCode.git
[email protected]:woshishui1243/QRCode.git
woshishui1243
QRCode
QRCode
master

搜索帮助