blob: 44b66d1764e696bf349a1fec71a1a87e8da0ac79 [file] [log] [blame]
{
"name": "GhostTypewriter",
"version": "2.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"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/wibosco/GhostTypewriter.git",
"branch": "master",
"tag": "2.0.1"
},
"source_files": "GhostTypewriter/**/*.swift",
"requires_arc": true,
"frameworks": "UIKit",
"swift_version": "5.0"
}