blob: 074a79c7360563e4c87fd96f41dc0d3706523f4e [file] [log] [blame]
{
"name": "WCountingLabel",
"summary": "a counting label framework for iOS.",
"version": "0.0.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"winter": "1581221002@qq.com"
},
"homepage": "http://git.oschina.net/winter7/WCountingLabel",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://git.oschina.net/winter7/WCountingLabel.git",
"tag": "0.0.1"
},
"requires_arc": true,
"source_files": "WCountingLabel/*.{h,m}",
"public_header_files": "WCountingLabel/*.h",
"frameworks": [
"Foundation",
"QuartzCore"
]
}