blob: f2eec6226c01ff68b1bf1b073bce798600171f6b [file] [log] [blame]
{
"name": "SPScrollNumLabel",
"version": "0.0.2",
"summary": "For Number Scroll Animation with UILabel in iOS",
"description": "方便快速的实现点赞数字动画等,支持increase及decrease操作,同时支持直接赋值的动画。当然,作为一个UILabel的子类,必须支持common mode,你可以把他当做普通UILabel来用,不过好像没什么必要。",
"homepage": "https://github.com/Tr2e/SPScrollNumLabel",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tr2e": "tr2e@sina.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Tr2e/SPScrollNumLabel.git",
"tag": "0.0.2"
},
"source_files": "SPScrollNumLabel/*.{h,m}",
"frameworks": "UIKit",
"requires_arc": true
}