blob: 420f2b77b27235a68cb55b2e3a365b7ca769fec2 [file] [log] [blame]
{
"name": "TypewriterView",
"version": "1.0.0",
"summary": "A simple but usefull typewriter view subclass of UITextView.",
"homepage": "https://github.com/pikacode/TypewriterView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"pikacode": "pikacode@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/pikacode/TypewriterView.git",
"tag": "1.0.0"
},
"source_files": "TypewriterView/*.{swift}",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"swift_version": "3.3"
}