DSXTextKit 0.0.1× TestsTested ✗ LangLanguage Obj-CObjective C License MIT ReleasedLast Release Dec 2014Maintained by Unclaimed.Installation Guide×Installation Guide for DSXTextKitYou want to add pod 'DSXTextKit', '~> 0.0' similar to the following to your Podfile:target 'MyApp' do pod 'DSXTextKit', '~> 0.0' endThen run a pod install inside your terminal, or from CocoaPods.app.Alternatively to give it a test run, run the command:pod try DSXTextKitSee PodspecGitHub RepoPage on CocoaPods.orgDSXTextKit 0.0.1ByDave Schukinschukin/DSXTextKitGitHub Repo Basic TextKit support pre-iOS 7. Yay. Usage Use namespaced DSXTextKit things UIFont *headlineFont = [UIFont dsx_preferredFontForTextStyle:DSXFontTextStyleHeadline]; Drop DSX namespacing when you drop iOS 6 support