blob: 9150c9f4bfeb5ab3c5589b1d61666776dd951010 [file] [log] [blame]
{
"name": "QRCodeLibrary",
"version": "0.0.1",
"summary": "QRCodeLibrary is a high level request util based on AVFoundation",
"homepage": "https://github.com/chengshiliang/QRCodeLibrary",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"chengshiliang": "285928582@qq.com"
},
"source": {
"git": "https://github.com/chengshiliang/QRCodeLibrary.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "QRCodeLibrary/*.{h,m}",
"resources": "Bundle/*",
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit",
"AVFoundation"
],
"dependencies": {
"Masonry": [
"~> 1.0.2"
]
}
}