blob: 86dbbd5ef270d3c5ddfc66f3d17f60f53393a039 [file] [log] [blame]
{
"name": "HLLFont",
"version": "0.1",
"summary": "Set UIFont style(Bold,Italic,Light,Oblique and combo).",
"description": " HLLFont allows you to easily change font style.\n\n * 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": "could_hll@hotmail.com"
},
"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
}