blob: c8fdd07923b970257b37d1b880018899d3fa287c [file] [log] [blame]
{
"name": "ActiveLabelGilsy",
"version": "0.8.1",
"authors": {
"Optonaut": "hello@optonaut.co"
},
"homepage": "https://github.com/JakubLares/ActiveLabel.swift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/JakubLares/ActiveLabel.swift",
"tag": "0.8.1"
},
"summary": "UILabel drop-in replacement supporting Hashtags (#), Mentions (@), URLs (http://) and custom regex patterns, written in Swift",
"description": "UILabel drop-in replacement supporting Hashtags (#), Mentions (@), URLs (http://) and custom regex patterns, written in Swift\n\nFeatures\n\t* Up-to-date: Swift 4\n\t* Default support for Hashtags, Mentions, Links\n\t* Support for custom types via regex\n\t* Ability to enable highlighting only for the desired types\n\t* Ability to trim urls\n\t* Super easy to use and lightweight\n\t* Works as UILabel drop-in replacement\n\t* Well tested and documented",
"source_files": "ActiveLabel/*.swift"
}