blob: 67fa89842fd412292fb8d667a510539ea98dfede [file] [log] [blame]
{
"name": "GhostTypewriter",
"version": "2.1.0",
"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.1.0"
},
"source_files": "GhostTypewriter/**/*.swift",
"requires_arc": true,
"frameworks": "UIKit",
"swift_version": "5.0"
}