blob: 9a78f7479d9f01c913cbd0b28c3c9edae2086d03 [file] [log] [blame]
{
"name": "CJLinkLabel",
"version": "1.1",
"summary": "自定义Label,可加载超链接和HTML",
"homepage": "https://github.com/CoderJee",
"license": {
"type": "Apache Licene",
"file": "LICENSE"
},
"authors": {
"CoderJee": "fx105387373@sina.com"
},
"source": {
"git": "https://github.com/CoderJee/CJLinkLabel.git",
"tag": "1.1"
},
"source_files": "LinkLabelDemo/LinkLabel/**/*.{h,m}",
"dependencies": {
"RegexKitLite": [
"~> 4.0"
],
"Masonry": [
]
},
"requires_arc": true,
"frameworks": "UIkit",
"platforms": {
"ios": "7.0"
}
}