blob: 6de98c86b35abc2642f5011e724d2886a51ac5dc [file] [log] [blame]
{
"name": "ZRQRCodeViewController",
"version": "3.1.2",
"license": "MIT",
"homepage": "https://github.com/VictorZhang2014/ZRQRCodeViewController",
"authors": {
"Victor Zhang": "victorzhangq@gmail.com"
},
"summary": "A delightful QR Code Scanning framework that is compatible with iOS 7.0 and later.",
"source": {
"git": "https://github.com/VictorZhang2014/ZRQRCodeViewController.git",
"tag": "3.1.2"
},
"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",
"Photos",
"AssetsLibrary"
]
}