blob: e2c47a8c3ecdf6534e98b1349d8d40fa74fcb2d3 [file] [log] [blame]
{
"name": "BarcodeEasyScan",
"version": "0.1.0",
"summary": "Scan barcode and QR code with few lines of swift. No xib or storyboards",
"description": "Scan your barcode by implementing a delegate which provides the string result. No need to write boilerplate codes. Just install the pod, and implement a delegate.",
"homepage": "https://github.com/harshalrj25/BarcodeEasyScan",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"harshalrj25": "harshalrj25@gmail.com"
},
"source": {
"git": "https://github.com/harshalrj25/BarcodeEasyScan.git",
"tag": "0.1.0"
},
"swift_version": "4.2",
"platforms": {
"ios": "10.0"
},
"source_files": "BarcodeEasyScan/Classes/**/*"
}