{"id":2072,"url":"https://github.com/keitaoouchi/OcticonsKit","last_synced_at":"2025-08-06T13:32:38.821Z","repository":{"id":62449519,"uuid":"68465006","full_name":"keitaoouchi/OcticonsKit","owner":"keitaoouchi","description":"Use Octicons in your Swift projects.","archived":false,"fork":false,"pushed_at":"2018-06-09T05:23:35.000Z","size":177,"stargazers_count":54,"open_issues_count":0,"forks_count":9,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-08-07T10:49:53.743Z","etag":null,"topics":["carthage","cocoapods","ios-swift","ios-ui","octicons","swift","uifont","uiimage"],"latest_commit_sha":null,"homepage":"http://cocoadocs.org/docsets/OcticonsKit/","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/keitaoouchi.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":"2016-09-17T16:47:41.000Z","updated_at":"2024-06-25T01:41:41.000Z","dependencies_parsed_at":"2022-11-01T23:08:24.295Z","dependency_job_id":null,"html_url":"https://github.com/keitaoouchi/OcticonsKit","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/keitaoouchi%2FOcticonsKit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keitaoouchi%2FOcticonsKit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keitaoouchi%2FOcticonsKit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keitaoouchi%2FOcticonsKit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/keitaoouchi","download_url":"https://codeload.github.com/keitaoouchi/OcticonsKit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":215780271,"owners_count":15929791,"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":["carthage","cocoapods","ios-swift","ios-ui","octicons","swift","uifont","uiimage"],"created_at":"2024-01-05T20:16:02.795Z","updated_at":"2024-08-17T16:30:49.510Z","avatar_url":"https://github.com/keitaoouchi.png","language":"Swift","funding_links":[],"categories":["Text","Libs","Testing","Fonts [🔝](#readme)"],"sub_categories":["Font","Fonts","Other free courses"],"readme":"# OcticonsKit\n\n[![CI Status](http://img.shields.io/travis/keitaoouchi/OcticonsKit.svg?style=flat)](https://travis-ci.org/keitaoouchi/OcticonsKit)\n[![Swift 4.0](https://img.shields.io/badge/Swift-4.0-orange.svg?style=flat)](https://swift.org/)\n[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)\n[![Version](https://img.shields.io/cocoapods/v/OcticonsKit.svg?style=flat)](http://cocoapods.org/pods/OcticonsKit)\n[![License](https://img.shields.io/cocoapods/l/OcticonsKit.svg?style=flat)](http://cocoapods.org/pods/OcticonsKit)\n[![Platform](https://img.shields.io/cocoapods/p/OcticonsKit.svg?style=flat)](http://cocoapods.org/pods/OcticonsKit)\n\n\u003cimg src=\"https://raw.githubusercontent.com/keitaoouchi/OcticonsKit/master/Screenshots/sample.png\" width=\"320px\" /\u003e\n\n\u003e OcticonsKit internally use octicons.ttf v4.3.0\n\n## Example\n\nTo run the example project, clone the repo, and run `pod install` from the Example directory first.\n\n### octicons as UILabel\n\n```swift\nsomeLabel.font = UIFont.octicon(of: 18)\nsomeLabel.text = String.octicon(with: .flame)\n```\n\n### octicons as UIImage\n\n```swift\nsomeImageView.image = UIImage.octicon(with: .flame, textColor: UIColor.orange, size: CGSize(width: 18, height: 18))\n```\n\nFor another icons, plaease see the [source](https://github.com/keitaoouchi/OcticonsKit/blob/master/OcticonsKit/Classes/octicons.swift),\nor build Example App.\n\n\n\n## Requirements\n\n| Target            | Version |\n|-------------------|---------|\n| iOS               |  =\u003e 8.0 |\n| Swift             |  =\u003e 4.0 |\n\n## Installation\n\nOcticonsKit is available through [CocoaPods](http://cocoapods.org) or [Carthage](https://github.com/Carthage/Carthage).\n\n### CocoaPods\n\n```ruby\npod \"OcticonsKit\"\n```\n\n### Carthage\n\n```\ngithub \"keitaoouchi/OcticonsKit\"\n```\n\nfor detail, please follow the [Carthage Instruction](https://github.com/Carthage/Carthage#if-youre-building-for-ios-tvos-or-watchos)\n\n## Author\n\nkeita.oouchi, keita.oouchi@gmail.com\n\n## License\n\n[octicons.ttf](https://octicons.github.com/) file is licensed under [MIT license](https://github.com/primer/octicons/blob/master/LICENSE).\nWhen using the GitHub logos, be sure to follow the [GitHub logo guidelines](https://github.com/logos).\n\nOcticonsKit 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%2Fkeitaoouchi%2FOcticonsKit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkeitaoouchi%2FOcticonsKit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeitaoouchi%2FOcticonsKit/lists"}