blob: 3858616b279e148bc1c1bcc7818ac8e1a8958600 [file] [log] [blame]
{
"name": "CJLinkLabel",
"version": "1.0",
"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.0"
},
"source_files": "LinkLabelDemo/LinkLabel/**/*.{h,m}",
"dependencies": {
"RegexKitLite": [
"~> 4.0"
]
},
"requires_arc": true,
"frameworks": "UIkit",
"platforms": {
"ios": "7.0"
}
}