blob: 1f2594280adfc4e9306cd1511d477e89a856ba72 [file] [log] [blame]
{
"name": "GhostTypewriter",
"version": "1.0.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_version": "4.0",
"source": {
"git": "https://github.com/wibosco/GhostTypewriter.git",
"branch": "master",
"tag": "1.0.0"
},
"source_files": "GhostTypewriter/**/*.swift",
"requires_arc": true,
"frameworks": "UIKit"
}