blob: a740ef26271b84977b643659bfee8a26a815e4f3 [file] [log] [blame]
{
"name": "HLLBadgeView",
"version": "0.1",
"summary": "Set UIFont style(Bold,Italic,Light,Oblique and combo).",
"description": " HLLBadgeView allows you to easily add badge and custom style.\n\n * HLLBadgeView extends UIView using category.\n * Use 1 method to set badge\n * Can custom badge style\n * Do not use?, set nil.\n",
"homepage": "http://blog.couldhll.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"could_hll": "could_hll@hotmail.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/couldhll/HLLBadgeView.git",
"tag": "0.1"
},
"source_files": "HLLBadgeView/*.{h,m}",
"exclude_files": "Classes/Exclude",
"requires_arc": true
}