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