blob: 52813fdf31dba328c0c488106f6bec4f4e5a8dfc [file] [log] [blame]
{
"name": "VandelayQr",
"version": "0.9.2",
"swift_versions": [
"5.2"
],
"summary": "VandelayQr adds QR code support to Vandelay.",
"description": "VandelayQr adds QR code support to Vandelay. You can use it to import data by scanning QR codes.",
"homepage": "https://github.com/danielsaidi/VandelayQr",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Daniel Saidi": "daniel.saidi@gmail.com"
},
"source": {
"git": "https://github.com/danielsaidi/VandelayQr.git",
"tag": "0.9.2"
},
"social_media_url": "https://twitter.com/danielsaidi",
"platforms": {
"ios": "9.0"
},
"source_files": "Sources/**/*.{swift}",
"dependencies": {
"Vandelay": [
"~> 0.9.1"
],
"QRCodeReader.swift": [
"~> 10.1.0"
]
},
"swift_version": "5.2"
}