{"id":19079315,"url":"https://github.com/harshalrj25/barcodeeasyscan","last_synced_at":"2025-04-30T05:43:33.520Z","repository":{"id":56903466,"uuid":"173060602","full_name":"harshalrj25/BarcodeEasyScan","owner":"harshalrj25","description":"Easily implement barcode/QR scan with few lines. No boilerplate code, no xib, no storboards.","archived":false,"fork":false,"pushed_at":"2025-02-17T05:41:53.000Z","size":51,"stargazers_count":16,"open_issues_count":2,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-30T05:43:24.953Z","etag":null,"topics":["barcode","barcode-detection","barcode-reader","barcode-recognizer","barcode-scanner","barcode-scanning","barcodes","ios","ios-swift","qr-codes","qrcode","qrcode-reader","qrcode-scanner","swift"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/harshalrj25.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-02-28T07:10:29.000Z","updated_at":"2025-04-09T10:13:56.000Z","dependencies_parsed_at":"2022-08-21T01:50:49.421Z","dependency_job_id":null,"html_url":"https://github.com/harshalrj25/BarcodeEasyScan","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harshalrj25%2FBarcodeEasyScan","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harshalrj25%2FBarcodeEasyScan/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harshalrj25%2FBarcodeEasyScan/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harshalrj25%2FBarcodeEasyScan/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/harshalrj25","download_url":"https://codeload.github.com/harshalrj25/BarcodeEasyScan/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251651221,"owners_count":21621702,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["barcode","barcode-detection","barcode-reader","barcode-recognizer","barcode-scanner","barcode-scanning","barcodes","ios","ios-swift","qr-codes","qrcode","qrcode-reader","qrcode-scanner","swift"],"created_at":"2024-11-09T02:14:13.302Z","updated_at":"2025-04-30T05:43:33.471Z","avatar_url":"https://github.com/harshalrj25.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BarcodeEasyScan  :loudspeaker:\n\n[![CI Status](https://img.shields.io/travis/harshalrj25/BarcodeEasyScan.svg?style=flat)](https://travis-ci.org/harshalrj25/BarcodeEasyScan)\n[![Version](https://img.shields.io/cocoapods/v/BarcodeEasyScan.svg?style=flat)](https://cocoapods.org/pods/BarcodeEasyScan)\n[![License](https://img.shields.io/cocoapods/l/BarcodeEasyScan.svg?style=flat)](https://cocoapods.org/pods/BarcodeEasyScan)\n[![Platform](https://img.shields.io/cocoapods/p/BarcodeEasyScan.svg?style=flat)](https://cocoapods.org/pods/BarcodeEasyScan)\n\nEasily implement barcode scan with few lines. No boilerplate code, no xib, no storboards.\n\n## Example :books:\n\nTo run the example project, clone the repo, and run `pod install` from the Example directory first.\n\n## Installation :hourglass_flowing_sand:\n\nBarcodeEasyScan is available through [CocoaPods](https://cocoapods.org) and [Carthage](https://github.com/Carthage/Carthage):\n\nTo Install for `CocoaPods` \n\n```ruby\npod 'BarcodeEasyScan'\n```\nOr Install for `Carthage` \n\n```ruby\ngithub \"harshalrj25/BarcodeEasyScan\" \"master\"\n```\n![alt text](https://github.com/harshalrj25/MasterAssetsRepo/blob/master/barcode.gif \"Barcode\")\n\n## Usage :bulb:\n\nImport the pod inside your viewcontroller class.\n```\nimport BarcodeEasyScan\n```\nYou need to add the  ``` \"Privacy - Camera usage description\" ``` key to your app’s Info.plist\n\nPresent 'BarcodeScannerViewController' and assign its delegate to self.\n```\n// Call this controller to open barcode screen\nlet barcodeViewController =  BarcodeScannerViewController()\nbarcodeViewController.delegate = self\nself.present(barcodeViewController, animated: true, completion: {\n})\n```\nUse the 'ScanBarcodeDelegate' to implement userDidScanWith(barcode: String) method.\n```\nfunc userDidScanWith(barcode: String) {\n// This method results the scanned barcode string\n}\n```\n\n## Author :innocent:\n\nMy email id, harshalrj25@gmail.com\n\n\u003ctable style=\"background-color:#F5F5DC\"\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cimg src=\"https://github.com/harshalrj25/MasterAssetsRepo/blob/master/myAvatar.png\" width=\"180\"/\u003e\n\nHarshal Jadhav\n\n\u003cp align=\"center\"\u003e\n\u003ca href = \"https://github.com/harshalrj25\"\u003e\u003cimg src = \"https://github.com/harshalrj25/MasterAssetsRepo/blob/master/gitHubLogo.png\" width=\"32\" height = \"33\"/\u003e\u003c/a\u003e\n\u003ca href = \"https://stackoverflow.com/users/7882093/harshal-jadhav?tab=profile\"\u003e\u003cimg src = \"https://github.com/harshalrj25/MasterAssetsRepo/blob/master/stackoverflow svg icon.svg\" width=\"36\" height=\"36\"/\u003e\u003c/a\u003e\n\u003ca href = \"https://www.linkedin.com/in/harshal-jadhav-298ba416a/\"\u003e\u003cimg src = \"https://github.com/harshalrj25/MasterAssetsRepo/blob/master/linkedInLogo.svg\" width=\"36\" height=\"36\"/\u003e\u003c/a\u003e\n\u003c/p\u003e\n\u003c/td\u003e\n\u003c/tr\u003e \n\u003c/table\u003e\n\n## License\n\n\nIt's all your's :gift: \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharshalrj25%2Fbarcodeeasyscan","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fharshalrj25%2Fbarcodeeasyscan","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharshalrj25%2Fbarcodeeasyscan/lists"}