blob: 8d785820a38931e9fb2b0cd700a85ca8242dc9df [file] [log] [blame]
{
"name": "ZRQRCodeViewController",
"version": "3.1",
"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"
},
"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"
]
}