blob: 9c8866ff934fcee11265a203f264cdf25acbf76a [file] [log] [blame]
{
"name": "Atributika",
"version": "4.3.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": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/psharanda/Atributika.git",
"tag": "4.3.0"
},
"source_files": "Sources/**/*",
"pushed_with_swift_version": "4.0"
}