blob: d4c75263130af761b1693c2d630a8a6305db7eb4 [file] [log] [blame]
{
"name": "ActiveLabel",
"version": "1.1.0",
"authors": {
"Optonaut": "hello@optonaut.co"
},
"homepage": "https://github.com/optonaut/ActiveLabel.swift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/optonaut/ActiveLabel.swift.git",
"tag": "1.1.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 5.0 and Xcode 10.2\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"
}