{"id":22213145,"url":"https://github.com/astrokin/ean13barcodegenerator","last_synced_at":"2025-07-27T12:31:00.548Z","repository":{"id":10304699,"uuid":"12428027","full_name":"astrokin/EAN13BarcodeGenerator","owner":"astrokin","description":"Simple and performance solution to generate EAN13 barcode for iOS applications","archived":false,"fork":false,"pushed_at":"2018-11-17T23:53:01.000Z","size":124,"stargazers_count":82,"open_issues_count":3,"forks_count":20,"subscribers_count":9,"default_branch":"master","last_synced_at":"2024-12-01T15:43:17.563Z","etag":null,"topics":["barcode","ean13","objective-c","swift"],"latest_commit_sha":null,"homepage":"http://iapps.by","language":"Objective-C","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/astrokin.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":"2013-08-28T08:01:17.000Z","updated_at":"2024-10-02T12:26:36.000Z","dependencies_parsed_at":"2022-08-31T11:50:50.896Z","dependency_job_id":null,"html_url":"https://github.com/astrokin/EAN13BarcodeGenerator","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astrokin%2FEAN13BarcodeGenerator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astrokin%2FEAN13BarcodeGenerator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astrokin%2FEAN13BarcodeGenerator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astrokin%2FEAN13BarcodeGenerator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/astrokin","download_url":"https://codeload.github.com/astrokin/EAN13BarcodeGenerator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227802879,"owners_count":17822113,"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","ean13","objective-c","swift"],"created_at":"2024-12-02T21:08:43.325Z","updated_at":"2024-12-02T21:08:44.055Z","avatar_url":"https://github.com/astrokin.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EAN13BarcodeGenerator\n\n[![CI Status](https://img.shields.io/travis/astrokin/EAN13BarcodeGenerator.svg?style=flat)](https://travis-ci.org/astrokin/EAN13BarcodeGenerator)\n[![Version](https://img.shields.io/cocoapods/v/EAN13BarcodeGenerator.svg?style=flat)](https://cocoapods.org/pods/EAN13BarcodeGenerator)\n[![License](https://img.shields.io/cocoapods/l/EAN13BarcodeGenerator.svg?style=flat)](https://cocoapods.org/pods/EAN13BarcodeGenerator)\n[![Platform](https://img.shields.io/cocoapods/p/EAN13BarcodeGenerator.svg?style=flat)](https://cocoapods.org/pods/EAN13BarcodeGenerator)\n\nSimple and performance solution to generate EAN13 barcode for iOS applications\n\n![alt tag](Screen.png)\n\n## Example\n\nTo run the example project, clone the repo, and run `pod install` from the Example directory first.\n\n```Objective-C\n#import \"BarCodeView.h\"\n#import \"BarCodeEAN13.h\"\n\nBarCodeView *barCodeView = [[BarCodeView alloc] initWithFrame:kBarCodeFrame];\n[self.view addSubview:barCodeView];\n[barCodeView setBarCode:GetNewRandomEAN13BarCode()];\n\n```\n\n```Swift\nimport EAN13BarcodeGenerator\n\nlet barCodeView = BarCodeView(frame: CGRect(x: 103.0, y: 155.0, width: 113.0, height: 100.0))\nview.addSubview(barCodeView)\nbarCodeView.barCode = GetNewRandomEAN13BarCode()\n```\n\nIf you need any additional functionality please contact me.\n\nIf you have any questions don't hesitate to contact me.\n\nHave a nice day! =)\n\n\n## Requirements\n\niOS 8+\n\n## Installation\n\nEAN13BarcodeGenerator is available through [CocoaPods](https://cocoapods.org). To install\nit, simply add the following line to your Podfile:\n\n```ruby\npod 'EAN13BarcodeGenerator'\n```\n\n## Author\n\nAlexey Strokin, alex.strok@gmail.com\n\n## License\n\nEAN13BarcodeGenerator 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%2Fastrokin%2Fean13barcodegenerator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fastrokin%2Fean13barcodegenerator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fastrokin%2Fean13barcodegenerator/lists"}