{"id":23659834,"url":"https://github.com/tmukammel/barcodereader","last_synced_at":"2025-09-01T14:31:45.507Z","repository":{"id":56903478,"uuid":"100323664","full_name":"tmukammel/BarcodeReader","owner":"tmukammel","description":"Simple barcode reader using interface builder.","archived":false,"fork":false,"pushed_at":"2017-08-15T01:15:55.000Z","size":17,"stargazers_count":2,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-13T13:17:10.237Z","etag":null,"topics":["barcode-reader","barcodereader","swift","swift-barcode"],"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/tmukammel.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":"2017-08-15T01:10:50.000Z","updated_at":"2021-03-16T16:27:41.000Z","dependencies_parsed_at":"2022-08-20T18:50:29.745Z","dependency_job_id":null,"html_url":"https://github.com/tmukammel/BarcodeReader","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmukammel%2FBarcodeReader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmukammel%2FBarcodeReader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmukammel%2FBarcodeReader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmukammel%2FBarcodeReader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tmukammel","download_url":"https://codeload.github.com/tmukammel/BarcodeReader/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":231696158,"owners_count":18412360,"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-reader","barcodereader","swift","swift-barcode"],"created_at":"2024-12-29T02:57:35.438Z","updated_at":"2024-12-29T02:57:36.000Z","avatar_url":"https://github.com/tmukammel.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BarcodeReader\n\n[![CI Status](http://img.shields.io/travis/tmukammel/BarcodeReader.svg?style=flat)](https://travis-ci.org/tmukammel/BarcodeReader)\n[![Version](https://img.shields.io/cocoapods/v/BarcodeReader.svg?style=flat)](http://cocoapods.org/pods/BarcodeReader)\n[![License](https://img.shields.io/cocoapods/l/BarcodeReader.svg?style=flat)](http://cocoapods.org/pods/BarcodeReader)\n[![Platform](https://img.shields.io/cocoapods/p/BarcodeReader.svg?style=flat)](http://cocoapods.org/pods/BarcodeReader)\n\n## Example\n\nTo run the example project, clone the repo, and run `pod install` from the Example directory first.\n\n## Screenshots\n\n\u003cimg src=\"https://dl.dropboxusercontent.com/s/jgl86lb7l2knk6b/BarcodeReaderScreenShot.PNG?dl=0\" /\u003e\n\n## Implementation\n\nSimply create a UIView in interface builder and assign custom class BarcodeReaderView.\n\n\u003cimg src=\"https://dl.dropboxusercontent.com/s/qzqp41of8rgjpob/BarcodeReaderViewClass.png?dl=0\" /\u003e\n\nThen\n\n```swift\nimport UIKit\nimport BarcodeReader\n\nclass ViewController: UIViewController, BarcodeReaderDelegate {\n\n    @IBOutlet weak var barcodeReader: BarcodeReaderView!\n    @IBOutlet weak var outputLabel: UILabel!\n\n    override func viewDidLoad() {\n        super.viewDidLoad()\n        barcodeReader.delegate = self\n    }\n\n    override func viewDidAppear(_ animated: Bool) {\n        super.viewDidDisappear(animated)\n        barcodeReader.startReader()\n    }\n\n    // MARK: - BarcodeReaderDelegate\n    func barcodeOutput(string: String?) {\n        outputLabel.text = string\n    }\n}\n```\n\n## Installation\n\nBarcodeReader is available through [CocoaPods](http://cocoapods.org). To install\nit, simply add the following line to your Podfile:\n\n```ruby\npod \"BarcodeReader\"\n```\n\n## Author\n\ntmukammel, t.mukammel@aol.com\n\n## License\n\nBarcodeReader is available under the MIT license. See the LICENSE file for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftmukammel%2Fbarcodereader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftmukammel%2Fbarcodereader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftmukammel%2Fbarcodereader/lists"}