blob: 00d22a05a6ae9a301a0549e4c60c456f80fe57de [file] [log] [blame]
{
"name": "ActiveLabelGilsy",
"version": "1.0.0",
"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": "1.0.0"
},
"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"
}