| { |
| "name": "RSScrollingLabel", |
| "version": "0.1.0", |
| "summary": "A simple UILabel-like view with text animations.", |
| "swift_version": "4.2", |
| "description": "A simple UILabel-like view with text animations. Simply use it an UILabel and invoke animate(to:, direction:) to trigger a text animation.", |
| "homepage": "https://github.com/terrordrummer/RSScrollingLabel", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "terrordrummer": "roberto.sartori@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/terrordrummer/RSScrollingLabel.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "RSScrollingLabel/Classes/**/*" |
| } |