blob: fbe0edb5d49541b3e532d84f745ae22fd5ac8d20 [file] [log] [blame]
{
"name": "TPKeyboardAvoidingSwift",
"version": "3.1",
"summary": "TPKeyboardAvoiding in Swift 4.2",
"description": "Solution for moving text fields out of the way of the keyboard in iOS. - TPKeyboardAvoiding. written in swift. Visit https://github.com/michaeltyson/TPKeyboardAvoiding for Obj-C source",
"homepage": "https://github.com/apple-avadhesh/TPKeyboardAvoiding",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Avadhesh": "apple.avadhesh@gmail.com"
},
"source": {
"git": "https://github.com/apple-avadhesh/TPKeyboardAvoiding.git",
"tag": "3.1"
},
"platforms": {
"ios": "10.0"
},
"source_files": "TPKeyboardAvoidingSwift/Classes/**/*",
"swift_version": "4.2"
}