[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / f / b / SPScrollNumLabel / 0.0.1 / SPScrollNumLabel.podspec.json
blob4c857b90eefb49920d530ae6d61a264f505ea90b
2   "name": "SPScrollNumLabel",
3   "version": "0.0.1",
4   "summary": "For Number Scroll Animation with UILabel in iOS",
5   "description": "方便快速的实现点赞数字动画等,支持increase及decrease操作,同时支持直接赋值的动画。当然,作为一个UILabel的子类,必须支持common mode,你可以把他当做普通UILabel来用,不过好像没什么必要。",
6   "homepage": "https://github.com/Tr2e/SPScrollNumLabel",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Tr2e": "tr2e@sina.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/Tr2e/SPScrollNumLabel.git",
19     "tag": "0.0.1"
20   },
21   "source_files": "SPScrollNumLabel/*.{h,m}",
22   "frameworks": "UIKit",
23   "requires_arc": true