{"id":2073,"url":"https://github.com/keitaoouchi/IoniconsKit","last_synced_at":"2025-08-06T13:32:29.325Z","repository":{"id":42444034,"uuid":"68435161","full_name":"keitaoouchi/IoniconsKit","owner":"keitaoouchi","description":"Use Ionicons in your Swift projects.","archived":false,"fork":false,"pushed_at":"2022-07-22T00:58:14.000Z","size":320,"stargazers_count":312,"open_issues_count":3,"forks_count":23,"subscribers_count":8,"default_branch":"master","last_synced_at":"2024-12-08T01:30:41.351Z","etag":null,"topics":["carthage","cocoapods","ionicons","ios-swift","ios-ui","swift","uifont","uiimage"],"latest_commit_sha":null,"homepage":"http://cocoadocs.org/docsets/IoniconsKit/","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-17T06:07:05.000Z","updated_at":"2024-11-02T17:59:49.000Z","dependencies_parsed_at":"2022-08-20T21:20:23.791Z","dependency_job_id":null,"html_url":"https://github.com/keitaoouchi/IoniconsKit","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keitaoouchi%2FIoniconsKit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keitaoouchi%2FIoniconsKit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keitaoouchi%2FIoniconsKit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keitaoouchi%2FIoniconsKit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/keitaoouchi","download_url":"https://codeload.github.com/keitaoouchi/IoniconsKit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228905476,"owners_count":17989773,"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","ionicons","ios-swift","ios-ui","swift","uifont","uiimage"],"created_at":"2024-01-05T20:16:02.818Z","updated_at":"2024-12-09T14:30:53.480Z","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":"# IoniconsKit\n\n[![CI Status](http://img.shields.io/travis/keitaoouchi/IoniconsKit.svg?style=flat)](https://travis-ci.org/keitaoouchi/IoniconsKit)\n[![Swift 5.0](https://img.shields.io/badge/Swift-5.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/IoniconsKit.svg?style=flat)](http://cocoapods.org/pods/IoniconsKit)\n[![License](https://img.shields.io/cocoapods/l/IoniconsKit.svg?style=flat)](http://cocoapods.org/pods/IoniconsKit)\n[![Platform](https://img.shields.io/cocoapods/p/IoniconsKit.svg?style=flat)](http://cocoapods.org/pods/IoniconsKit)\n\n\u003cimg src=\"https://raw.githubusercontent.com/keitaoouchi/IoniconsKit/master/Screenshots/sample.png\" width=\"320px\" /\u003e\n\n\u003e IoniconsKit internally use ionicons.ttf v2.0.1\n\n## Example\n\nTo run the example project, clone the repo, and run `pod install` from the Example directory first.\n\n### Ionicons as UILabel\n\n```swift\nsomeLabel.font = UIFont.ionicon(of: 18)\nsomeLabel.text = String.ionicon(with: .socialTwitter)\n```\n\n### Ionicons as UIImage\n\n```swift\nsomeImageView.image = UIImage.ionicon(with: .socialFacebook, textColor: UIColor.orange, size: CGSize(width: 18, height: 18))\n```\n\nFor another icons, plaease see the [source](https://github.com/keitaoouchi/IoniconsKit/blob/master/IoniconsKit/Classes/Ionicons.swift),\nor build Example App.\n\n\n\n## Requirements\n\n| Target            | Version |\n|-------------------|---------|\n| iOS               |  =\u003e 10.0 |\n| Swift             |  =\u003e 5.0 |\n\n## Installation\n\nIoniconsKit is available through [CocoaPods](http://cocoapods.org) or [Carthage](https://github.com/Carthage/Carthage).\n\n### CocoaPods\n\n```ruby\npod \"IoniconsKit\"\n```\n\n### Carthage\n\n```\ngithub \"keitaoouchi/IoniconsKit\"\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[ionicons.ttf](http://ionicons.com/) file is licensed under [MIT license](https://github.com/driftyco/ionicons/blob/master/LICENSE).\n\nIoniconsKit 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%2FIoniconsKit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkeitaoouchi%2FIoniconsKit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeitaoouchi%2FIoniconsKit/lists"}