blob: 1eaae529801ae163f0fd08cf96cc9ba64218bbd5 [file] [log] [blame]
{
"name": "ZRQRCodeViewController",
"version": "2.8",
"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.8"
},
"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"
]
}