| { | |
| "name": "ETBadge", | |
| "version": "0.0.1", | |
| "summary": "A tool to add or clear badge for any UIView.", | |
| "homepage": "https://github.com/VolleyZ/ETBadge", | |
| "license": { | |
| "type": "MIT", | |
| "file": "LICENSE" | |
| }, | |
| "authors": { | |
| "VolleyZ": "552408690@qq.com" | |
| }, | |
| "source": { | |
| "git": "https://github.com/VolleyZ/ETBadge.git", | |
| "tag": "0.0.1" | |
| }, | |
| "source_files": [ | |
| "Class", | |
| "Class/*.{h,m}" | |
| ], | |
| "dependencies": { | |
| "SnapKit": [ | |
| "~> 3.2.0" | |
| ] | |
| }, | |
| "platforms": { | |
| "ios": "8.0" | |
| }, | |
| "pushed_with_swift_version": "3.0" | |
| } |