blob: c0a9280271ff85b7d85aee97dca3632177e1a342 [file] [log] [blame]
{
"name": "TypeWriting",
"version": "0.0.1",
"summary": "A UILabel subclass that adds a type writing animation effect.",
"homepage": "http://www.williamboles.me",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": "William Boles",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/wibosco/TypeWritingLabel.git",
"branch": "master",
"tag": "0.0.1"
},
"source_files": "TypeWriting/**/*.swift",
"requires_arc": true,
"frameworks": "UIKit",
"pushed_with_swift_version": "3.0",
"deprecated_in_favor_of": "GhostTypewriter"
}