blob: 1a5f6f59c2e0c8b6eccee7ce03a5839ce659a6aa [file] [log] [blame]
{
"name": "NSAttributedString+CCLFormat",
"version": "1.0.0",
"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.0"
},
"requires_arc": true,
"platforms": {
"osx": "10.6",
"ios": "4.3"
},
"source_files": "NSAttributedString+CCLFormat.{h,m}"
}