[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 2 / 6 / a / MHTextField / 0.5 / MHTextField.podspec.json
blob32718cc428c6e059d2995ba716a2f434eb7cfaea
2   "name": "MHTextField",
3   "version": "0.5",
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",
7   "screenshots": [
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"
12   ],
13   "license": "MIT",
14   "authors": {
15     "Mehfuz Hossain": "mehfuz@gmail.com"
16   },
17   "platforms": {
18     "ios": "5.0"
19   },
20   "source": {
21     "git": "https://github.com/mehfuzh/MHTextField.git",
22     "tag": "0.5"
23   },
24   "source_files": "MHTextField.{h,m}",
25   "requires_arc": true