blob: e8eb38ad52d669610201df58651cd700234de52f [file] [log] [blame]
{
"name": "ActiveLabel",
"version": "0.7.1",
"authors": {
"Optonaut": "hello@optonaut.co"
},
"homepage": "https://github.com/optonaut/ActiveLabel.swift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/optonaut/ActiveLabel.swift.git",
"tag": "0.7.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 3\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",
"pushed_with_swift_version": "3.0"
}