blob: 8b9851ac8766220dd580736a033c6442b2f78d0f [file] [log] [blame]
{
"name": "SimpleQRCode",
"version": "0.6.2",
"swift_versions": "5.1",
"summary": "A simple QR code image generator to use in your apps, written in Swift 5.",
"description": "A simple QR code image generator to use in your apps, written in Swift 5.\nAlso provides `UIImageView` extension.",
"homepage": "https://github.com/dmrschmidt/QRCode",
"screenshots": "https://github.com/dmrschmidt/QRCode/raw/master/screenshot.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Dennis Schmidt",
"social_media_url": "http://twitter.com/dmrschmidt",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/dmrschmidt/QRCode.git",
"tag": "0.6.2"
},
"source_files": [
"QRCode",
"QRCode/**/*.swift"
],
"frameworks": "AVFoundation",
"requires_arc": true,
"swift_version": "5.1"
}