blob: 71604e0c95e3455b877f31616ef5ba438a99972e [file] [log] [blame]
{
"name": "VandelayQr",
"version": "0.7.0",
"summary": "VandelayQr is a QR code extension to Vandelay.",
"description": "VandelayQr adds QR code support to Vandelay. You can use it to import\ndata by scanning QR codes.",
"homepage": "https://github.com/danielsaidi/vandelay",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Daniel Saidi": "daniel.saidi@gmail.com"
},
"source": {
"git": "https://github.com/danielsaidi/vandelay.git",
"tag": "0.7.0"
},
"social_media_url": "https://twitter.com/danielsaidi",
"platforms": {
"ios": "9.0"
},
"source_files": "VandelayQr/**/*.{swift}",
"dependencies": {
"QRCodeReader.swift": [
],
"Vandelay": [
]
}
}