{"id":2064,"url":"https://github.com/kitasuke/GoogleMaterialIconFont","last_synced_at":"2025-08-02T23:31:26.320Z","repository":{"id":56912884,"uuid":"42984300","full_name":"kitasuke/GoogleMaterialIconFont","owner":"kitasuke","description":"Google Material Design Icons for Swift and ObjC project","archived":false,"fork":false,"pushed_at":"2016-09-18T16:45:12.000Z","size":236,"stargazers_count":145,"open_issues_count":3,"forks_count":20,"subscribers_count":11,"default_branch":"master","last_synced_at":"2024-11-25T03:51:24.403Z","etag":null,"topics":[],"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/kitasuke.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":"2015-09-23T07:06:11.000Z","updated_at":"2023-10-23T14:16:04.000Z","dependencies_parsed_at":"2022-08-21T03:20:28.230Z","dependency_job_id":null,"html_url":"https://github.com/kitasuke/GoogleMaterialIconFont","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kitasuke%2FGoogleMaterialIconFont","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kitasuke%2FGoogleMaterialIconFont/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kitasuke%2FGoogleMaterialIconFont/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kitasuke%2FGoogleMaterialIconFont/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kitasuke","download_url":"https://codeload.github.com/kitasuke/GoogleMaterialIconFont/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228503092,"owners_count":17930509,"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":[],"created_at":"2024-01-05T20:16:02.587Z","updated_at":"2024-12-06T17:30:32.578Z","avatar_url":"https://github.com/kitasuke.png","language":"Swift","funding_links":[],"categories":["Text","Libs","Testing","UI","UI and SwiftUI","Swift"],"sub_categories":["Font","Other free courses","Fonts","Others"],"readme":"# GoogleMaterialIconFont\n\n[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/kitasuke/GoogleMaterialIconFont)\n[![CI Status](http://img.shields.io/travis/kitasuke/GoogleMaterialIconFont.svg?style=flat)](https://travis-ci.org/kitasuke/GoogleMaterialIconFont)\n[![Version](https://img.shields.io/cocoapods/v/GoogleMaterialIconFont.svg?style=flat)](http://cocoapods.org/pods/GoogleMaterialIconFont)\n[![License](https://img.shields.io/cocoapods/l/GoogleMaterialIconFont.svg?style=flat)](http://cocoapods.org/pods/GoogleMaterialIconFont)\n[![Platform](https://img.shields.io/cocoapods/p/GoogleMaterialIconFont.svg?style=flat)](http://cocoapods.org/pods/GoogleMaterialIconFont)\n\nGoogle Material Design Icons for Swift and ObjC project\n\nThis library is inspired by [FontAwesome.swift](https://github.com/thii/FontAwesome.swift)  \n\nBoth Swift and Objctive-C are supported  \nSee example project or [Material icons](https://www.google.com/design/icons/) more detail\n\n\u003cimg src=\"https://raw.githubusercontent.com/wiki/kitasuke/GoogleMaterialIconFont/images/demo01.png\" width=\"320\" height=\"586\"\u003e\n\n## Usage\n\n### Swift\n \nimport `GoogleMaterialIconFont`\n\n```swift\nlabel.text = String.materialIcon(.Favorite)\nlabel.font = UIFont.materialIconOfSize(32)\n```\n\n### Objective-C\n\nimport `#import \u003cGoogleMaterialIconFont/GoogleMaterialIconFont-Swift.h\u003e`\n\n```objc\nlabel.text = [NSString materialIcon:MaterialIconFontFavoriteBorder];\nlabel.font = [UIFont materialIconOfSize:32];\n```\n\n## Requirements\n\niOS8+  \nSwift 2.3+  \nXcode 8.0+  \n\n## Installation\n\n### CocoaPods\n\nGoogleMaterialIconFont is available through [CocoaPods](http://cocoapods.org). To install\nit, simply add the following line to your Podfile:\n\n```ruby\npod \"GoogleMaterialIconFont\"\n\npost_install do |installer|\n installer.pods_project.targets.each do |target|\n   target.build_configurations.each do |config|\n     config.build_settings['SWIFT_VERSION'] = '2.3'\n   end\n end\nend\n```\n\nThen, run `pod install`\n\nIn case you haven't installed CocoaPods yet, run the following command\n\n```terminal\n$ gem install cocoapods\n```\n\n### Carthage\n\nGoogleMaterialIconFont is available through Carthage.\n\nTo install GoogleMaterialIconFont into your Xcode project using Carthage, specify it in your Cartfile:\n\n`github \"kitasuke/GoogleMaterialIconFont\"`\nThen, run `carthage update --toolchain com.apple.dt.toolchain.Swift_2_3`\n\nYou can see `Carthage/Build/iOS/GoogleMaterialIconFont.framework` now, so drag and drop it to `Embedded Binaries` in `General` menu tab with your project.\n\nIn case you haven't installed Carthage yet, download the latest pkg from [Carthage](https://github.com/Carthage/Carthage/releases)\n\n### \u003ca name=\"Manual Usage\"\u003eManual\n\nCopy all the files in `Pod` directory into your project.\nMake sure that `GoogleMaterialIconFont.ttf` is specified into `Fonts provided by application` in your project's `info.plist`\n\n\n## License\n\nThis library uses [material-design-icons by Google](https://github.com/google/material-design-icons) to create icon font file which is `GoogleMaterialIconFont.ttf`. Therefore, `GoogleMaterialIconFont.ttf` is available under the [Creative Common Attribution 4.0 International License (CC-BY 4.0)](http://creativecommons.org/licenses/by/4.0/)\n\nGoogleMaterialIconFont 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%2Fkitasuke%2FGoogleMaterialIconFont","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkitasuke%2FGoogleMaterialIconFont","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkitasuke%2FGoogleMaterialIconFont/lists"}