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