blob: 68a835b882caf6ee0817ce86836459dc61d8167c [file] [log] [blame]
{
"name": "QRCodeReaderViewController",
"version": "2.0.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Simple QRCode reader for iOS 7 and over",
"description": "The `QRCodeReaderViewController` is a simple QRCode Reader/Scanner based on the `AVFoundation` framework from Apple. It aims to replace ZXing or ZBar for iOS 7 and over.",
"homepage": "https://github.com/YannickL/QRCodeReaderViewController",
"authors": {
"Yannick Loriot": "http://yannickloriot.com"
},
"source": {
"git": "https://github.com/YannickL/QRCodeReaderViewController.git",
"tag": "2.0.0"
},
"requires_arc": true,
"source_files": [
"QRCodeReaderViewController/*.{h,m}"
],
"frameworks": "AVFoundation",
"platforms": {
"ios": "7.0"
}
}