blob: 3dce2b18c291105114443f65c916c5597e5ae890 [file] [log] [blame]
{
"name": "SJLabel",
"version": "1.0.3",
"summary": "A Text Label.",
"description": "A Text Label. support clicked.",
"homepage": "https://github.com/changsanjiang/SJLabel",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"SanJiang": "changsanjiang@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/changsanjiang/SJLabel.git",
"tag": "v1.0.3"
},
"source_files": "SJLabel/*.{h,m}",
"frameworks": [
"UIKit",
"CoreText"
],
"requires_arc": true,
"dependencies": {
"SJAttributesFactory": [
]
}
}