[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / 3 / e / JAMValidatingTextField / 0.1.0 / JAMValidatingTextField.podspec.json
blob1f5a9a61a0b156de63e7682d832cdc6a57937595
2   "name": "JAMValidatingTextField",
3   "version": "0.1.0",
4   "summary": "JAMValidatingTextField adds validation facilities to UITextField in iOS.",
5   "description": "JAMValidatingTextField is a class that extends UITextField and adds validation facilities including validation types and visual feedback.\n \nYou can either set a type (email, URL, phone, zip, etc.) or set a property to validate via block, NSRegularExpression, or delegate.\n \nThe text field will provide visual feedback indicating wheter it's in a valid, invalid, or indeterminate state.\n",
6   "homepage": "https://github.com/jmenter/JAMValidatingTextField",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Jeff Menter": "jmenter@gmail.com"
13   },
14   "platforms": {
15     "ios": "6.0"
16   },
17   "requires_arc": true,
18   "source": {
19     "git": "https://github.com/jmenter/JAMValidatingTextField.git",
20     "tag": "0.1.0"
21   },
22   "source_files": [
23     "Classes",
24     "*.{h,m}"
25   ],
26   "exclude_files": "Classes/Exclude"