blob: d1a799985f9bf7135adde603fcbe3e487f7498bc [file] [log] [blame]
{
"name": "TPKeyboardAvoidingSwift",
"version": "0.1.0",
"summary": "A drop-in universal solution for moving text fields out of the way of the keyboard in iOS. inspired by TPKeyboardAvoiding (Obj-C)",
"description": "For use with UITableViewController classes, drop TPKeyboardAvoidingTableView.swift into your project, and make your UITableView a TPKeyboardAvoidingTableView in the xib.",
"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": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "TPKeyboardAvoidingSwift/Classes/**/*",
"pushed_with_swift_version": "3.0"
}