blob: 09d47a2a13a28cf8097cfe3c887aebc8ab672102 [file] [log] [blame]
{
"name": "ZRQRCodeViewController",
"version": "2.7.5",
"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.5"
},
"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"
]
}