blob: 81afd89626bf13ea66b7c97f287604ea10f70e4a [file] [log] [blame]
{
"name": "UILabel+ContentSize",
"version": "1.0.0",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"homepage": "https://github.com/mergesort/UILabel-ContentSize",
"authors": {
"Joe Fabisevich": "github@fabisevi.ch"
},
"summary": "Get the content size of a UILabel with text, because I always forget how to and want to have it in one god damn place.",
"source": {
"git": "https://github.com/mergesort/UILabel-ContentSize.git",
"tag": "1.0.0"
},
"source_files": "*.{h,m}",
"frameworks": "Foundation",
"requires_arc": true,
"social_media_url": "https://twitter.com/mergesort",
"platforms": {
"ios": "7.0"
}
}