Latest | 0.1 |
---|---|
Homepage | www.couldhll.com |
License | MIT |
Platforms | ios 5.0, requires ARC |
Authors |
Latest podspec
{ "name": "HLLFont", "version": "0.1", "summary": "Set UIFont style(Bold,Italic,Light,Oblique and combo).", "description": " HLLFont allows you to easily change font style.nn * HLLFont extends UIFont using category.n * Use 1 method: + (UIFont*)fontWithFont:(UIFont*)font style:(NSString*)style.n * Use combo style, like (BoldOblique)n * If not find font, return nil.n", "homepage": "www.couldhll.com", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "could_hll": "[email protected]" }, "platforms": { "ios": "5.0" }, "source": { "git": "https://github.com/couldhll/HLLFont.git", "tag": "0.1" }, "source_files": "HLLFont/*.{h,m}", "exclude_files": "Classes/Exclude", "requires_arc": true }
Sun, 06 Mar 2016 16:51:04 +0000