blob: 1154c378660d1b57aa37c0a28ff1bec075f9da9d [file] [log] [blame]
{
"name": "NSAttributedString+CCLFormat",
"version": "1.2.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": "kyle@fuller.li"
},
"social_media_url": "https://twitter.com/kylefuller",
"source": {
"git": "https://github.com/cocodelabs/NSAttributedString-CCLFormat.git",
"tag": "1.2.0"
},
"requires_arc": true,
"platforms": {
"osx": "10.6",
"ios": "4.3",
"watchos": "2.0",
"tvos": "9.0"
},
"source_files": "NSAttributedStringFormat/NSAttributedString+CCLFormat.{h,m}"
}