blob: 614cbd800eafd646ea9f09e9aa2782fd95a27f05 [file] [log] [blame]
{
"name": "PSUIBarcodeScanner",
"version": "1.0.3",
"summary": "Simple and fully customizable barcode scanner written in Swift",
"description": "PSUIBarcodeScanner helps you scanning any kind of barcode 2d and linear kinds.",
"homepage": "https://github.com/piero9212/PSUIBarcodeScanner",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Piero Sifuentes": "piero9212@gmail.com"
},
"social_media_url": "https://twitter.com/piero_sifuentes",
"platforms": {
"ios": "10.0"
},
"swift_version": "5.0",
"requires_arc": true,
"source": {
"git": "https://github.com/piero9212/PSUIBarcodeScanner.git",
"tag": "1.0.3"
},
"source_files": "PSUIBarcodeScanner/PSUIBarcodeScanner/**/*.swift",
"frameworks": [
"UIKit",
"AVFoundation"
]
}