blob: 75ae276273aba783d1d7d68cc3c1f6b07ef365af [file] [log] [blame]
{
"name": "AGTypewriterLabel",
"version": "0.1.1",
"summary": "An iOS UILabel subclass with customizable character-by-character typewriter animations",
"description": "A lightweight UILabel subclass for iOS that lets you animate the display of a UILabel so that you can display characters one at a time with any speed you like. Perfect for games or instructional manuals.",
"homepage": "https://github.com/aivantg/AGTypewriterLabel",
"screenshots": "https://raw.githubusercontent.com/aivantg/AGTypewriterLabel/master/Assets/demo.gif",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Aivant Goyal": "aivant.developer@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/aivantg/AGTypewriterLabel.git",
"tag": "0.1.1"
},
"requires_arc": true,
"frameworks": "UIKit",
"source_files": "AGTypewriterLabel.swift"
}