blob: 0e736c130f8366f87b9e8e8952d9f956b568a5c9 [file] [log] [blame]
{
"name": "QRCodeReaderViewController",
"version": "3.2.3",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Simple QRCode reader for iOS 7 and over",
"description": "The `QRCodeReaderViewController` is a simple QRCode and bar code 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": "contact@yannickloriot.com"
},
"social_media_url": "https://twitter.com/yannickloriot",
"source": {
"git": "https://github.com/yannickl/QRCodeReaderViewController.git",
"tag": "3.2.3"
},
"requires_arc": true,
"source_files": [
"QRCodeReaderViewController/*.{h,m}"
],
"frameworks": "AVFoundation",
"platforms": {
"ios": "7.0"
}
}