blob: b661a5dd99f7ee456e3a2132e32ce3f9014a0802 [file] [log] [blame]
{
"name": "BarcodeEasyScan",
"version": "0.3.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.3.0"
},
"swift_versions": "4.2",
"platforms": {
"ios": "10.0"
},
"source_files": "BarcodeEasyScan/Classes/**/*",
"swift_version": "4.2"
}