-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8af8a53
commit 7bfacb0
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"name": "Font", | ||
"version": "0.4.1", | ||
"summary": "Working with UIFont for custom fonts sucks—especially Dynamic Type. Font makes things easier.", | ||
"swift_version": "4.2", | ||
"description": "Custom fonts are great. Swift is pretty great. But UIFont is still stringly-typed. And then there's dealing with Dynamic Type.\n\nFont allows you to deal with fonts in a strongly-typed manner with no pain when it comes to Dynamic Type.\n\n* Register your custom font and its sizes\n* Implement it\n* Register something to update the font size when the Dynamic Font size changes\n* Keep being awesome", | ||
"homepage": "https://github.com/adamyanalunas/Font", | ||
"license": "MIT", | ||
"authors": { | ||
"Adam Yanalunas": "adam@yanalunas.com" | ||
}, | ||
"source": { | ||
"git": "https://github.com/adamyanalunas/Font.git", | ||
"tag": "0.4.1" | ||
}, | ||
"platforms": { | ||
"ios": "8.0" | ||
}, | ||
"requires_arc": true, | ||
"source_files": "Pod/Classes/**/*" | ||
} |