blob: 01bef4d08684d84405d5089b3a169a7a3d3e1ea1 [file] [log] [blame]
{
"name": "LinkLabel",
"version": "1.0.2",
"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.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Source/*.swift",
"frameworks": "UIKit"
}