blob: 4c940f9e0c4d3f0f1d7c112e6258b50a8cacc227 [file] [log] [blame]
{
"name": "Typist",
"version": "0.4",
"summary": "Small Swift UIKit keyboard manager for iOS apps.",
"description": "Typist is 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": "9.0"
},
"source": {
"git": "https://github.com/totocaster/Typist.git",
"tag": "0.4"
},
"source_files": "Typist.swift",
"frameworks": "UIKit",
"pushed_with_swift_version": "3.0"
}