blob: 48c410b701de45bc31d390c93d9fb16eae8367a9 [file] [log] [blame]
{
"name": "Typist",
"version": "1.1.0",
"summary": "Small Swift UIKit keyboard manager for iOS apps.",
"description": "Typist is a small, drop-in Swift UIKit keyboard manager for iOS apps.\nIt helps you manage keyboard's screen presence and behavior without \nnotification center and Objective-C.",
"homepage": "https://github.com/totocaster/Typist",
"license": "MIT",
"authors": {
"Toto Tvalavadze": "totocaster@me.com"
},
"social_media_url": "http://twitter.com/totocaster",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/totocaster/Typist.git",
"tag": "1.1.0"
},
"source_files": "Typist.swift",
"frameworks": "UIKit",
"pushed_with_swift_version": "3.0"
}