blob: 1a3307858299c866c78079de0077991f873a7c1a [file] [log] [blame]
{
"name": "MHTextField",
"version": "0.6",
"summary": "MHTextField is an iOS drop-in class that extends UITextField with built-In toolbar, validation and scrolling support",
"description": "#MHTextField [![Build Status](https://travis-ci.org/mehfuzh/MHTextField.png?branch=master)](https://travis-ci.org/mehfuzh/MHTextField)\nMHTextField is an iOS drop-in class that extends UITextField with built-in toolbar, validation and scrolling support.\n\n[![](https://raw.github.com/mehfuzh/MHTextField/gh-pages/demo.gif)](https://raw.github.com/mehfuzh/MHTextField/gh-pages/demo.gif)\n\n\n##Requirements\nMHTextField works on iOS 5 and above and is compatible with ARC projects. It depends on the following Apple frameworks:\n\n* Foundation.framework\n* UIKit.framework\n\n##Including MHTextField to your project\n\n### Source files\n\nYou can directly add the `MHTextField.h` and `MHTextField.m` source files to your project.\n\n1. Download the latest zip from github or clone the source in your desired directory.\n2. 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.\n3. Include MHTextField with `#import \"MHTextField.h\"`.\n\n\n### Cocoapods\n[CocoaPods](http://cocoapods.org) is the recommended way to add MHTextField to your project.\n\n1. Add a pod entry for MHTextField to your Podfile `pod 'MHTextField', '~> 0.5'`\n2. Install the pod(s) by running `pod install`.\n3. Include MHTextField with `#import \"MHTextField.h\"`.\n\n\n## License\n\nThis code is distributed under the terms and conditions of the [MIT license](LICENSE).",
"homepage": "https://github.com/mehfuzh/MHTextField",
"screenshots": [
"http://mehfuzh.github.io/MHTextField/shot2.png",
"http://mehfuzh.github.io/MHTextField/shot3.png",
"http://mehfuzh.github.io/MHTextField/shot3.png",
"http://mehfuzh.github.io/MHTextField/shot4.png"
],
"license": "MIT",
"authors": {
"Mehfuz Hossain": "mehfuz@gmail.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/mehfuzh/MHTextField.git",
"tag": "0.6"
},
"source_files": "MHTextField.{h,m}",
"requires_arc": true
}