| { |
| "name": "OWRollingNumberView", |
| "version": "0.0.1", |
| "summary": "A Library for iOS to roll label text", |
| "description": "Change a NSInteger to several single numbers, create several number labels roll to show those single numbers. 分解一个整数为数个单个的数字,并且创建label通过向下滚动最后显示这个数字。", |
| "homepage": "https://github.com/Wymann/OWRollingNumberView", |
| "license": "MIT", |
| "authors": { |
| "Wyman Chen": "wymannchan@163.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/Wymann/OWRollingNumberView.git", |
| "tag": "0.0.1" |
| }, |
| "source_files": "OWRollingNumberView/*.{h,m}" |
| } |