Skip to content

tuantmdev/FontAwesome.swift

 
 

Repository files navigation

FontAwesome.swift

CocoaPods Compatible Carthage Compatible Platform License

Use Font Awesome 5 Pro 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 "tuantmdev/FontAwesome.swift"

CocoaPods

pod 'FontAwesome.swift', :git => 'https://github.com/tuantmdev/FontAwesome.swift'

Note:

  • If you install this using CocoaPods, the framework name will be FontAwesome_swift (there is an underscore).
  • This repo does not include Font Awesome 5 Pro files. You have to include them by yourself, just drag and drop all .otf files into your project.

Manually

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

Requirements

iOS 8 or later.

Development

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

About

Use FontAwesome in your Swift projects

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 93.8%
  • Ruby 5.4%
  • Objective-C 0.8%