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