blob: 917e29326a8f2ccb6c7ceaef40a62e60e464e2a4 [file] [log] [blame]
{
"name": "Typist",
"version": "0.2.1",
"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": "10.0"
},
"source": {
"git": "https://github.com/totocaster/Typist.git",
"tag": "0.2.1"
},
"source_files": "Typist.swift",
"frameworks": "UIKit"
}