https://github.com/thii/FontAwesome.swift
Use FontAwesome in your Swift projects
https://github.com/thii/FontAwesome.swift
List: FontAwesome.swift
carthage cocoapods font-awesome font-awesome-5 ios macos swift tvos
Last synced: 7 months ago
JSON representation
Use FontAwesome in your Swift projects
- Host: GitHub
- URL: https://github.com/thii/FontAwesome.swift
- Owner: thii
- License: mit
- Created: 2014-10-13T06:24:15.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-01-25T03:22:10.000Z (over 2 years ago)
- Last Synced: 2024-11-29T12:05:43.062Z (7 months ago)
- Topics: carthage, cocoapods, font-awesome, font-awesome-5, ios, macos, swift, tvos
- Language: Swift
- Homepage:
- Size: 4.51 MB
- Stars: 1,572
- Watchers: 30
- Forks: 265
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-ios - FontAwesome.swift - Use FontAwesome in your Swift projects. (Text / Font)
- awesome-swift - FontAwesome.swift - Use FontAwesome in your projects. (Libs / Fonts)
- awesome-swift - FontAwesome.swift - Use FontAwesome in your Swift projects. (UI)
- awesome-swift - FontAwesome.swift - Use FontAwesome in your projects. (Libs / Fonts)
- awesome-ui - Fontawsome.swift - Implement FontAwesome in Swift. (Swift / Others)
- awesome-ios-star - FontAwesome.swift - Use FontAwesome in your Swift projects. (Text / Font)
- fucking-awesome-swift - FontAwesome.swift - Use FontAwesome in your projects. (Libs / Fonts)
- awesome-swift-cn - FontAwesome.swift - Use FontAwesome in your Swift projects. (Libs / Fonts)
- awesome-swift - FontAwesome.swift - Use FontAwesome in your Swift projects ` 📝 7 months ago ` (Fonts [🔝](#readme))
README
# FontAwesome.swift
[](https://travis-ci.org/thii/FontAwesome.swift)
[](https://img.shields.io/cocoapods/v/FontAwesome.swift.svg)
[](https://github.com/Carthage/Carthage)
[](http://cocoadocs.org/docsets/FontAwesome.swift)
[](https://raw.githubusercontent.com/thii/FontAwesome.swift/master/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](http://fontawesome.com/icons/) 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](http://scripts.sil.org/OFL)
- FontAwesome.swift licensed under [MIT](http://thi.mit-license.org/)