blob: 9382bf00dd5449354efad9abb774fbc56fa716a6 [file] [log] [blame]
{
"name": "UITextField-Navigation",
"version": "1.3.2",
"summary": "UITextField-Navigation make it easier to navigate between UITextFields.",
"description": "UITextField-Navigation adds next, previous and done buttons to the keyboard for your UITextFields. It allows you to specify a next text field either on the Interface Builder or programmatically. Then, you can access next and previous text fields of each UITextField 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": "1.3.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "UITextField-Navigation/Classes/**/*",
"frameworks": "UIKit"
}