blob: 26eb271618496c0b38fca5eaa83cae99a355fdc1 [file] [log] [blame]
{
"name": "QRCodeMaster",
"version": "0.0.2",
"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.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "QRCodeLibrary/*.{h,m}",
"resources": "Bundle/*",
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit",
"AVFoundation",
"CoreImage"
],
"dependencies": {
"Masonry": [
"~> 1.0.2"
]
}
}