{"id":15037563,"url":"https://github.com/kciter/glitchlabel","last_synced_at":"2025-05-16T11:04:27.066Z","repository":{"id":56912789,"uuid":"57008654","full_name":"kciter/GlitchLabel","owner":"kciter","description":"G..lit...c...hing UILa..bel fo..r iO...S :tv:","archived":false,"fork":false,"pushed_at":"2022-12-23T08:57:05.000Z","size":6840,"stargazers_count":1049,"open_issues_count":2,"forks_count":48,"subscribers_count":18,"default_branch":"master","last_synced_at":"2025-05-16T05:47:20.589Z","etag":null,"topics":["swift","ui-components"],"latest_commit_sha":null,"homepage":"https://github.com/kciter/GlitchLabel","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/kciter.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":["kciter"]}},"created_at":"2016-04-25T03:21:39.000Z","updated_at":"2025-04-28T02:56:05.000Z","dependencies_parsed_at":"2022-08-20T20:50:24.599Z","dependency_job_id":null,"html_url":"https://github.com/kciter/GlitchLabel","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kciter%2FGlitchLabel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kciter%2FGlitchLabel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kciter%2FGlitchLabel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kciter%2FGlitchLabel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kciter","download_url":"https://codeload.github.com/kciter/GlitchLabel/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254518384,"owners_count":22084374,"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":["swift","ui-components"],"created_at":"2024-09-24T20:34:59.961Z","updated_at":"2025-05-16T11:04:27.036Z","avatar_url":"https://github.com/kciter.png","language":"Swift","funding_links":["https://github.com/sponsors/kciter"],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/kciter/GlitchLabel/raw/master/Images/preview.gif\" alt=\"Preview gif\"\u003e\n\u003c/div\u003e\n\u003ch1\u003e\u003c/h1\u003e\n\u003cdiv align=\"center\"\u003e\n\u003cp\u003e\u003ca href=\"https://camo.githubusercontent.com/0188e770bbde9d9eae6720a70d5d3fad0952d77b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f53776966742d322e322d6f72616e67652e737667\" target=\"_blank\"\u003e\u003cimg src=\"https://img.shields.io/badge/Swift-5-orange.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"http://cocoapods.org/pods/glitchlabel\"\u003e\u003cimg src=\"https://img.shields.io/cocoapods/v/GlitchLabel.svg?style=flat\"\u003e\u003c/a\u003e\n\u003ca href=\"http://cocoapods.org/pods/glitchlabel\"\u003e\u003cimg alt=\"License\" src=\"https://img.shields.io/cocoapods/l/GlitchLabel.svg?style=flat\"\u003e\u003c/a\u003e\n\u003ca href=\"http://cocoapods.org/pods/glitchlabel\"\u003e\u003cimg alt=\"Platform\" src=\"https://img.shields.io/cocoapods/p/GlitchLabel.svg?style=flat\"\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/Carthage/Carthage\"\u003e\u003cimg alt=\"Carthage compatible\" src=\"https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat\"\u003e\u003c/a\u003e\n\u003ca href=\"https://travis-ci.org/kciter/GlitchLabel\"\u003e\u003cimg alt=\"Build Status\" src=\"https://travis-ci.org/kciter/GlitchLabel.svg?branch=master\"\u003e\u003c/a\u003e\u003c/p\u003e\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n  Glitching UILabel for iOS 📺\u003cbr\u003e\n\u003c/div\u003e\n\u003cdiv align=\"center\"\u003e\n  \u003csub\u003eCreated by \u003ca href=\"https://github.com/kciter\"\u003eLee Sun-Hyoup\u003c/a\u003e.\u003c/sub\u003e\n\u003c/div\u003e\n\n## Try the sample\n```\n$ pod try GlitchLabel\n```\n\n## Requirements\n* iOS 8.0+\n* Swift 3\n* Xcode 8\n\n## Installation\n* **CocoaPods**\n  ```ruby\n  use_frameworks!\n  pod \"GlitchLabel\", \"~\u003e 2.0.0\"\n  ```\n\n* **Carthage**\n  ```ruby\n  github \"kciter/GlitchLabel\"\n  ```\n\n* **Swift Package Manager**\n  ```swift\n  import PackageDescription\n\n  let package = Package(\n    name: \"App\",\n    dependencies: [\n      .Package(url: \"https://github.com/kciter/GlitchLabel.git\", majorVersion: 2)\n    ]\n  )\n  ```\n\n* **Manually**\n  * To install the GlitchLabel manually in an app, just drag the `GlitchLabel/GlitchLabel.swift` file into your project.\n\n## Usage\n\n### Storyboard support\n\u003cimg src=\"https://github.com/kciter/GlitchLabel/raw/master/Images/storyboard.png\" height='300' alt=\"Storyboard support\"\u003e\n\n### Programmatically\n```swift\nlet glitchLabel = GlitchLabel()\nglitchLabel.text = \"Hello, World!\"\n// ... Change font\nglitchLabel.sizeToFit()\n// ... Change offset\nview.addSubview(glitchLabel)\n```\n\n### White screen\n```swift\nglitchLabel.blendMode = .Multiply\n```\n\u003cimg src=\"https://github.com/kciter/GlitchLabel/raw/master/Images/whitescreen.gif\" alt=\"White screen\"\u003e\n\n## Inspired\n* http://codepen.io/paultreny/pen/nJyvG\n\n## Donate\nIf you like this open source, you can sponsor it. :smile:\n\n[Paypal me](paypal.me/kciter)\n\n## License\nThe MIT License (MIT)\n\nCopyright (c) 2016 Lee Sun-Hyoup\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkciter%2Fglitchlabel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkciter%2Fglitchlabel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkciter%2Fglitchlabel/lists"}