blob: 3fd3e5ae6d79f111126d24e00ae18cd9434a1de3 [file] [log] [blame]
{
"name": "ContextLabel",
"version": "0.3.0",
"license": "MIT",
"summary": "A simple to use drop in replacement for UILabel",
"description": "A simple to use drop in replacement for UILabel written in Swift that provides automatic detection of links such as URLs, twitter style usernames and hashtags.",
"authors": {
"Michael Loistl": "michael@aplo.co"
},
"homepage": "https://github.com/michaelloistl/ContextLabel",
"source": {
"git": "https://github.com/michaelloistl/ContextLabel.git",
"tag": "0.3.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ContextLabel/*.{swift}",
"requires_arc": true
}