blob: 8e2007360a7545185b9c8b84951ad2d5c468f7d8 [file] [log] [blame]
{
"name": "NSAttributedString+CCLFormat",
"version": "1.0.1",
"license": "BSD",
"summary": "Attributed string extension for creating attributed strings from a format string.",
"description": "Attributed string extension for creating attributed strings by using a given format as a template into which the remaining argument values are substitued.",
"homepage": "https://github.com/cocodelabs/NSAttributedString-CCLFormat",
"authors": {
"Kyle Fuller": "inbox@kylefuller.co.uk"
},
"social_media_url": "https://twitter.com/kylefuller",
"source": {
"git": "https://github.com/cocodelabs/NSAttributedString-CCLFormat.git",
"tag": "1.0.1"
},
"requires_arc": true,
"platforms": {
"osx": "10.6",
"ios": "4.3"
},
"source_files": "NSAttributedString+CCLFormat.{h,m}"
}