blob: 7cea5e51e8f347db79d7ab3c1e62c6d9805c05e2 [file] [log] [blame]
{
"name": "ZRQRCodeViewController",
"version": "2.7.3",
"license": "MIT",
"homepage": "https://github.com/VictorZhang2014/ZRQRCodeViewController",
"authors": {
"Victor Zhang": "victorzhangq@gmail.com"
},
"summary": "A delightful QR Code Scanning framework that being compatible with iOS 7.0 and later.",
"source": {
"git": "https://github.com/VictorZhang2014/ZRQRCodeViewController.git",
"tag": "2.7.3"
},
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"public_header_files": "Classes/*.{h}",
"source_files": "Classes/*.{h,m}",
"resources": "Classes/ZRQRCode.bundle",
"frameworks": [
"UIKit",
"WebKit",
"AVFoundation",
"AudioToolbox"
]
}