blob: cb49f93bd3759529c37078ac715a4d6397cc6760 [file] [log] [blame]
{
"name": "HDIconFont",
"version": "0.0.1",
"summary": "A simple library for iconfont to create a image!",
"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```",
"homepage": "https://github.com/hundredlee/HDIconFont",
"license": "MIT",
"authors": {
"hundredlee": "hundred9411@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/hundredlee/HDIconFont.git",
"tag": "0.0.1"
},
"source_files": [
"HDIconFont",
"HDIconFontDemo/HDIconFont.{h,m}"
]
}