blob: 9cb7da0e01a425bd788698c54320865e6accf89d [file] [log] [blame]
{
"name": "CoreTextLabel",
"version": "1.2",
"summary": "Label to draw NSAttributedString or HTML with custom font and color. numberOfLines and truncation is supported.",
"homepage": "https://github.com/appfarms/CoreTextLabel",
"authors": {
"Daniel Kuhnke": "d.kuhnke@appfarms.com"
},
"source": {
"git": "https://github.com/appfarms/CoreTextLabel.git",
"tag": "1.2"
},
"platforms": {
"ios": null
},
"requires_arc": true,
"source_files": "*.{h,m}",
"license": "MIT",
"ios": {
"frameworks": [
"QuartzCore",
"CoreText"
]
},
"dependencies": {
"RegexKitLite": [
"4.0"
]
}
}