blob: f136f3980aa80aeadba4aa4e51636f7022f61e1e [file] [log] [blame]
{
"name": "CoreTextToy",
"version": "1.0.2",
"summary": "This codebase implements CCoreTextLabel, a UILabel style class that supports attributed strings and simple HTML.",
"homepage": "https://github.com/schwa/CoreTextToy",
"license": "2-clause BSD licence (Simplified BSD) Licence",
"authors": {
"Jonathan Wight": "schwa@schwa.io"
},
"source": {
"git": "https://github.com/schwa/CoreTextToy.git",
"tag": "1.0.2"
},
"platforms": {
"ios": null
},
"source_files": [
"Classes",
"Source/**/*.{h,m}"
],
"frameworks": "CoreText",
"requires_arc": true
}