blob: 7309c80b0645b8743a6816327a1a2ce66814f5dc [file] [log] [blame]
{
"name": "Scanner",
"version": "0.1.4",
"summary": "Barcode/QR",
"description": "Barcode/QR scanner",
"homepage": "https://github.com/dm1014/Scanner",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"David Martin": "d.1014@yahoo.com"
},
"source": {
"git": "https://github.com/dm1014/Scanner.git",
"tag": "0.1.4"
},
"platforms": {
"ios": "10.0"
},
"source_files": [
"Scanner/Scanner/CodeScanner.swift",
"Scanner/Scanner/String+Codes.swift",
"Scanner/Scanner/Error+Additions.swift"
],
"ios": {
"frameworks": [
"AVFoundation",
"UIKit"
]
},
"pushed_with_swift_version": "4.0"
}