blob: 621938917b91a8c78e3efb28e3f05f90ce52506b [file] [log] [blame]
{
"name": "CoreTextLabel",
"version": "1.0",
"summary": "Simple UILabel replacement to display NSAttributedString by HTML in iOS applications (>= 3.2).",
"homepage": "https://github.com/appfarms/CoreTextLabel",
"authors": {
"Daniel Kuhnke": "d.kuhnke@appfarms.com"
},
"source": {
"git": "https://github.com/appfarms/CoreTextLabel.git",
"tag": "1.0"
},
"platforms": {
"ios": null
},
"requires_arc": true,
"source_files": "*.{h,m}",
"license": "MIT",
"ios": {
"frameworks": [
"QuartzCore",
"CoreText"
]
},
"dependencies": {
"RegexKitLite": [
"4.0"
]
}
}