blob: cd5282cd8a2213515a50858baeb8431e83597833 [file] [log] [blame]
{
"name": "LinkLabel",
"version": "1.0.1",
"summary": "UILabel with custom hyperlink styling, optional interaction delegate, minimal setup",
"homepage": "https://github.com/ProjectDent/LinkLabel",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Andrew Hart": "Andrew@ProjectDent.com"
},
"source": {
"git": "https://github.com/ProjectDent/LinkLabel.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Source/*.swift",
"frameworks": "UIKit"
}