4 "summary": "MHTextField is an iOS drop-in class that extends UITextField with built-In toolbar, validation and scrolling support",
5 "description": "\t\t\t\t\t#MHTextField [![Build Status](https://travis-ci.org/mehfuzh/MHTextField.png?branch=master)](https://travis-ci.org/mehfuzh/MHTextField)\n\t\t\t\t\tMHTextField is an iOS drop-in class that extends UITextField with built-in toolbar, validation and scrolling support.\n\n\t\t\t\t\t[![](https://raw.github.com/mehfuzh/MHTextField/gh-pages/demo.gif)](https://raw.github.com/mehfuzh/MHTextField/gh-pages/demo.gif)\n\n\n\t\t\t\t\t##Requirements\n\t\t\t\t\tMHTextField works on iOS 5 and above and is compatible with ARC projects. It depends on the following Apple frameworks:\n\n\t\t\t\t\t* Foundation.framework\n\t\t\t\t\t* UIKit.framework\n\n\t\t\t\t\t##Including MHTextField to your project\n\n\t\t\t\t\t### Source files\n\n\t\t\t\t\tYou can directly add the `MHTextField.h` and `MHTextField.m` source files to your project.\n\n\t\t\t\t\t1. Download the latest zip from github or clone the source in your desired directory.\n\t\t\t\t\t2. Open your project in Xcode, then drag and drop `MHTextField.h` and `MHTextField.m` onto your project (use the \"Product Navigator view\"). Make sure to select Copy items when asked if you extracted the code archive outside of your project. \n\t\t\t\t\t3. Include MHTextField with `#import \"MHTextField.h\"`.\n\n\n\t\t\t\t\t### Cocoapods\n\t\t\t\t\t[CocoaPods](http://cocoapods.org) is the recommended way to add MHTextField to your project.\n\n\t\t\t\t\t1. Add a pod entry for MHTextField to your Podfile `pod 'MHTextField', '~> 0.5'`\n\t\t\t\t\t2. Install the pod(s) by running `pod install`.\n\t\t\t\t\t3. Include MHTextField with `#import \"MHTextField.h\"`.\n\n\n\t\t\t\t\t## License\n\n\t\t\t\t\tThis code is distributed under the terms and conditions of the [MIT license](LICENSE). \n\n",
6 "homepage": "https://github.com/mehfuzh/MHTextField",
8 "http://mehfuzh.github.io/MHTextField/shot2.png",
9 "http://mehfuzh.github.io/MHTextField/shot3.png",
10 "http://mehfuzh.github.io/MHTextField/shot3.png",
11 "http://mehfuzh.github.io/MHTextField/shot4.png"
15 "Mehfuz Hossain": "mehfuz@gmail.com"
21 "git": "https://github.com/mehfuzh/MHTextField.git",
24 "source_files": "MHTextField.{h,m}",