blob: 67873fe35c87aff9d599cdc9466562d5401eb6cd [file] [log] [blame]
{
"name": "MIHQRCodeView",
"version": "1.0.2",
"summary": "UIImageView subclass which displays QR codes.",
"description": "UIImageView subclass which allows to display any NSData as QR code with only one line of code.",
"homepage": "https://github.com/hohl/MIHQRCodeView",
"screenshots": "https://raw.githubusercontent.com/hohl/MIHQRCodeView/master/Example/Screenshot.png",
"license": "MIT",
"authors": {
"Michael Hohl": "me@michaelhohl.net"
},
"source": {
"git": "https://github.com/hohl/MIHQRCodeView.git",
"tag": "1.0.2"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Classes"
}