• Stars
    star
    1,571
  • Rank 28,631 (Top 0.6 %)
  • Language
    Swift
  • License
    MIT License
  • Created over 9 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Use FontAwesome in your Swift projects

FontAwesome.swift

Build Status CocoaPods Compatible Carthage Compatible Platform License

Use Font Awesome in your Swift projects

To see the complete set of 3,978 icons in Font Awesome 5, please check the FontAwesome.com site.

Examples

Installation

Carthage

github "thii/FontAwesome.swift"

CocoaPods

pod 'FontAwesome.swift'

Note: If you install this using CocoaPods, the framework name will be FontAwesome_swift (there is an underscore).

Manually

  • Drag and drop all .otf and .swift files into your project

Requirements

iOS 8 or later.

Development

After cloning, initialise the submodule to prepare for updating FontAwesome

git submodule init
git submodule update

To update this project to include all the latest icons from the new verison of Font Awesome (replace x.y.z with the new font version):

bundle exec fastlane update_font version:x.y.z

To release a new version x.y.z (replace x.y.z with a real version number):

bundle exec fastlane release version:x.y.z

Since it will automatically make a new commit to bump version and push to CocoaPods trunk, make sure you have write access to this repo and be one of the podspec owners. If you are a maintainer but don't have these privilege yet, please let me know.

License

  • All font files licensed under SIL OFL 1.1
  • FontAwesome.swift licensed under MIT

More Repositories

1

SwiftHEXColors

HEX color handling as an extension for UIColor.
Swift
691
star
2

DTTJailbreakDetection

A jailbreak detection library for iOS
Objective-C
278
star
3

aws-codebuild-extras

Add extra information of your AWS CodeBuild build via environment variables.
Shell
146
star
4

Notie

In-app notification in Swift, with customizable buttons and input text field.
Swift
84
star
5

TextEthan

Clone of TextEthan - a messaging app that allows anyone to message you, written in Swift.
Swift
46
star
6

Unxip

A Swift command line tool to extract signed archives (.xip files).
Swift
30
star
7

rules_swiftlint

Run SwiftLint in your Bazel build efficiently.
Starlark
24
star
8

AlertKit

Alert with a single line of Swift.
Swift
19
star
9

iOS8Colors

A category on UIColor which provides you some of the standard colors used throughout iOS 8
Objective-C
10
star
10

thinkpython

Source code with fixes and precompiled EPUB and MOBI of the "Think Python" book
TeX
9
star
11

docker-platex

Docker image for pLaTeX
Shell
8
star
12

rules_apple_extras

Extra Bazel rules for Apple platforms.
C
7
star
13

abbajs

A/B test analysis library in JavaScript
JavaScript
6
star
14

rules_objc

[DEPRECATED] Experimental Starlark implementation of Objective-C rules for Bazel.
Starlark
5
star
15

packup

Scaffold out a Swift package.
Swift
4
star
16

binomjs

A binomial distribution testing library in JavaScript
JavaScript
4
star
17

BINList

BIN lookup library in Swift
Swift
2
star
18

docker-nginx

Blazing fast nginx with latest stable version of nginx, memcached, PHP and HHVM
Nginx
2
star
19

homebrew-swift-runtime

Swift 5 Runtime Support for Command Line Tools
Ruby
2
star
20

CloudFlareDDNS

Dynamic DNS for CloudFlare
Shell
2
star
21

DummyFacebook

Shouldn't you be working?
Swift
1
star
22

objective-c-style-guide

Objective-Cスタイルガイド
1
star
23

signifyd-node

Node.js Client for Signifyd API
CoffeeScript
1
star
24

homebrew-fonts

A custom Cask tap for installing Apple's new San Francisco font use in Watch
Ruby
1
star
25

bug-fixes-and-performance-improvements

Verified localization of "Bug fixes and performance improvements" release notes. Ready to use with fastlane.
Ruby
1
star
26

HTTPMethod

Just an enum of HTTP request methods.
Swift
1
star
27

yes

yes command line tool written in Swift. 60+ times faster than macOS built-in yes.
Swift
1
star
28

docker-swift

A Docker container of Swift built from source from the latest commit on official Swift's repo.
1
star
29

altconf-2019-labs-bazel-starting-point

AltConf 2019 Labs - Fast iOS build with Bazel - Sample project starting point
Makefile
1
star