blob: 7a4df376557a06a73d537ee1a3c6f996bd42e598 [file] [log] [blame]
{
"name": "QRCodeReaderViewController",
"version": "3.2.2",
"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.2"
},
"requires_arc": true,
"source_files": [
"QRCodeReaderViewController/*.{h,m}"
],
"frameworks": "AVFoundation",
"platforms": {
"ios": "7.0"
}
}