blob: 99b80f46be9d139625222380c4d114e47135a53e [file] [log] [blame]
{
"name": "SJLabel",
"version": "1.2.0",
"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.2.0"
},
"source_files": "SJLabel/*.{h,m}",
"frameworks": [
"UIKit",
"CoreText"
],
"requires_arc": true,
"dependencies": {
"SJAttributesFactory": [
]
},
"subspecs": [
{
"name": "Services",
"source_files": "SJLabel/Services/*.{h,m}"
}
]
}