[Add] FlexaScan 1.0.9
[CocoaPods.git] / Specs / 1 / 4 / 7 / UITextField-Navigation / 3.0.0.pre.1 / UITextField-Navigation.podspec.json
blobb806d0c9a2855db1f9385a858b282b39b9382875
2   "name": "UITextField-Navigation",
3   "version": "3.0.0.pre.1",
4   "summary": "UITextField-Navigation makes it easier to navigate between UITextFields and UITextViews.",
5   "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.",
6   "homepage": "https://github.com/T-Pham/UITextField-Navigation",
7   "screenshots": [
8     "https://github.com/T-Pham/UITextField-Navigation/blob/master/Screenshots/screenshot1.png?raw=true",
9     "https://github.com/T-Pham/UITextField-Navigation/blob/master/Screenshots/screenshot2.gif?raw=true"
10   ],
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "Thanh Pham": "minhthanh@me.com"
17   },
18   "source": {
19     "git": "https://github.com/T-Pham/UITextField-Navigation.git",
20     "tag": "3.0.0.pre.1"
21   },
22   "platforms": {
23     "ios": "8.0"
24   },
25   "source_files": "UITextField-Navigation/Classes/**/*",
26   "frameworks": "UIKit",
27   "pushed_with_swift_version": "3.0"