blob: 0d9f95f9891a7065d35969e33ed2dc5498022ae9 [file] [log] [blame]
{
"name": "Atributika",
"version": "4.8.0",
"summary": "Convert text with HTML tags, hashtags, mentions, links into NSAttributedString. Make them clickable with UILabel drop-in replacement.",
"description": "`Atributika` is an easy and painless way to build NSAttributedString. It is able to detect HTML-like tags, links, phone numbers, hashtags, any regex or even standard ios data detectors and style them with various attributes like font, color, etc. `Atributika` comes with drop-in label replacement `AttributedLabel` which is able to make any detection clickable.",
"homepage": "https://github.com/psharanda/Atributika",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Pavel Sharanda": "edvaef@gmail.com"
},
"social_media_url": "https://twitter.com/e2f",
"platforms": {
"ios": "9.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/psharanda/Atributika.git",
"tag": "4.8.0"
},
"source_files": "Sources/**/*"
}