4 "summary": "A simple library for iconfont to create a image!",
5 "description": "```objectivec\n#import \"HDIconFont.h\"\n```\n\n```objectivec\n//HDIconFont Register\n [[HDIconFont instance] initWithConfig:@{\n @(HDFontPath):@\"iconfont.ttf\",\n @(HDFontName):@\"iconfont\",\n @(HDFontString):\n @{\n @\"tab_home_icon\":@\"U0000e603\"\n }\n }];\n```\n\n```objectivec\nHDIconImageMake(@\"tab_home_icon\",[UIColor orangeColor],25);\n```",
6 "homepage": "https://github.com/hundredlee/HDIconFont",
9 "hundredlee": "hundred9411@gmail.com"
15 "git": "https://github.com/hundredlee/HDIconFont.git",
20 "HDIconFontDemo/HDIconFont.{h,m}"