{"id":16683864,"url":"https://github.com/meniny/quickresponsecode","last_synced_at":"2025-04-09T23:25:20.799Z","repository":{"id":62451706,"uuid":"99104088","full_name":"Meniny/QuickResponseCode","owner":"Meniny","description":"📲 A tiny Quick Response Code (QRCode) library for iOS written in Swift","archived":false,"fork":false,"pushed_at":"2018-01-12T02:53:29.000Z","size":1055,"stargazers_count":13,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-07T15:53:16.332Z","etag":null,"topics":["qrcode","qrcode-encoder","qrcode-generator","qrcode-scanner"],"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/Meniny.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-02T10:28:30.000Z","updated_at":"2020-09-02T02:20:22.000Z","dependencies_parsed_at":"2022-11-01T23:45:33.235Z","dependency_job_id":null,"html_url":"https://github.com/Meniny/QuickResponseCode","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/Meniny%2FQuickResponseCode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Meniny%2FQuickResponseCode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Meniny%2FQuickResponseCode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Meniny%2FQuickResponseCode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Meniny","download_url":"https://codeload.github.com/Meniny/QuickResponseCode/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248127604,"owners_count":21052256,"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":["qrcode","qrcode-encoder","qrcode-generator","qrcode-scanner"],"created_at":"2024-10-12T14:26:56.339Z","updated_at":"2025-04-09T23:25:20.776Z","avatar_url":"https://github.com/Meniny.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://ooo.0o0.ooo/2017/08/02/5981c39c426e3.png\" alt=\"QuickResponseCode\"\u003e\n  \u003cbr/\u003e\u003ca href=\"https://cocoapods.org/pods/QuickResponseCode\"\u003e\n  \u003cimg alt=\"Version\" src=\"https://img.shields.io/badge/version-1.1.0-brightgreen.svg\"\u003e\n  \u003cimg alt=\"Author\" src=\"https://img.shields.io/badge/author-Meniny-blue.svg\"\u003e\n  \u003cimg alt=\"Build Passing\" src=\"https://img.shields.io/badge/build-passing-brightgreen.svg\"\u003e\n  \u003cimg alt=\"Swift\" src=\"https://img.shields.io/badge/swift-3.0%2B-orange.svg\"\u003e\n  \u003cbr/\u003e\n  \u003cimg alt=\"Platforms\" src=\"https://img.shields.io/badge/platform-iOS%20%7C%20tvOS-lightgrey.svg\"\u003e\n  \u003cimg alt=\"MIT\" src=\"https://img.shields.io/badge/license-MIT-blue.svg\"\u003e\n  \u003cbr/\u003e\n  \u003cimg alt=\"Cocoapods\" src=\"https://img.shields.io/badge/cocoapods-compatible-brightgreen.svg\"\u003e\n  \u003cimg alt=\"Carthage\" src=\"https://img.shields.io/badge/carthage-working%20on-red.svg\"\u003e\n  \u003cimg alt=\"SPM\" src=\"https://img.shields.io/badge/swift%20package%20manager-working%20on-red.svg\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n## What's this?\n\n`QuickResponseCode` is a tiny Quick Response Code (QRCode) library for iOS written in Swift.\n\n## Requirements\n\n* iOS 8.0+\n* tvOS 9.0+\n* Xcode 9 with Swift 4\n\n## Installation\n\n#### CocoaPods\n\n```ruby\nuse_frameworks!\npod 'QuickResponseCode'\n```\n\n## Contribution\n\nYou are welcome to fork and submit pull requests.\n\n## License\n\n`QuickResponseCode` is open-sourced software, licensed under the `MIT` license.\n\n## Usage\n\n```swift\nimport QuickResponseCode\n\nfunc generate() {\n  let qr = QRCode(string: textView.text,\n                        size: imageView.bounds.size,\n                        foreground: UIColor.random,\n                        background: UIColor.random,\n                        correction: .low)\n  let iconedimage = qr.iconedImage(#imageLiteral(resourceName: \"icon\"))\n  let image = qr.image\n}\n\nfunc generate2() {\n  let image = UIImage.QRCodeImage(from: textView.text,\n                        size: imageView.bounds.size,\n                        foreground: UIColor.random,\n                        background: UIColor.random,\n                        correction: .low)\n}\n\nfunc generate3() {\n  let image = \"SourceString\".QRCodeImage(size: imageView.bounds.size,\n                        foreground: UIColor.random,\n                        background: UIColor.random,\n                        correction: .low)\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeniny%2Fquickresponsecode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmeniny%2Fquickresponsecode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeniny%2Fquickresponsecode/lists"}