blob: c1f7089596ed3f2440af299cb1820064dbe5c146 [file] [log] [blame]
{
"name": "AttributedLabel",
"version": "3.0.0",
"summary": "Easy to use, fast, and higher performance than UILabel.",
"homepage": "https://github.com/KyoheiG3/AttributedLabel",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kyohei Ito": "je.suis.kyohei@gmail.com"
},
"swift_version": "5.0",
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/KyoheiG3/AttributedLabel.git",
"tag": "3.0.0"
},
"source_files": "AttributedLabel/**/*.{h,swift}",
"requires_arc": true,
"frameworks": "UIKit"
}