blob: 26aef68b461c3c2074f7b9e972976ccd47a648b7 [file] [log] [blame]
{
"name": "UIView+CustomFonts",
"version": "1.0.0",
"summary": "Change font family without changing the size",
"description": " One line of code to change a custom font for a view, and also it's subviews\n\n Affects these views:\n * UILabel\n * UIButton\n * UITextField\n * UITextView\n",
"homepage": "https://github.com/samwize/UIView-CustomFonts",
"license": "MIT",
"authors": {
"Junda": "junda@just2us.com"
},
"source": {
"git": "https://github.com/samwize/UIView-CustomFonts.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/samwize",
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source_files": "Classes/*.{h,m}"
}