blob: 01d0cfdbaac81a1b5f2ba3b58fc41c95edad79c3 [file] [log] [blame]
{
"name": "UITextField-Navigation",
"version": "4.0.3",
"summary": "UITextField-Navigation makes it easier to navigate between UITextFields and UITextViews.",
"description": "UITextField-Navigation adds next, previous and done buttons to the keyboard for your UITextFields and UITextViews. It allows you to specify a next text field/view either on the Interface Builder or programmatically. Then, you can access next and previous text fields/views of each UITextField/UITextView easily.",
"homepage": "https://github.com/T-Pham/UITextField-Navigation",
"screenshots": [
"https://github.com/T-Pham/UITextField-Navigation/blob/master/Screenshots/screenshot1.png?raw=true",
"https://github.com/T-Pham/UITextField-Navigation/blob/master/Screenshots/screenshot2.gif?raw=true"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Thanh Pham": "minhthanh@me.com"
},
"source": {
"git": "https://github.com/T-Pham/UITextField-Navigation.git",
"tag": "4.0.3"
},
"platforms": {
"ios": "8.0"
},
"source_files": "UITextField-Navigation/Classes/**/*",
"frameworks": "UIKit",
"pushed_with_swift_version": "4.0"
}