[Add] MoneyHashPayment 2.2.13
[CocoaPods.git] / Specs / b / 6 / e / KSOTextValidation / 0.5.3 / KSOTextValidation.podspec.json
blob89502ec8b5ff4d4d7716d46ff926fb65a3512652
2   "name": "KSOTextValidation",
3   "version": "0.5.3",
4   "summary": "KSOTextValidation is an iOS/tvOS framework for as the user types validation of textual input in UITextField.",
5   "description": "KSOTextValidation is an iOS/tvOS framework for as the user types validation of textual input in `UITextField`. It provides a category method on UITextField and a protocol for objects conforming to the necessary text validation methods.",
6   "homepage": "https://github.com/Kosoku/KSOTextValidation",
7   "license": {
8     "type": "BSD",
9     "file": "license.txt"
10   },
11   "authors": {
12     "William Towe": "willbur1984@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/Kosoku/KSOTextValidation.git",
16     "tag": "0.5.3"
17   },
18   "platforms": {
19     "ios": "10.0",
20     "tvos": "10.0"
21   },
22   "source_files": "KSOTextValidation/**/*.{h,m}",
23   "exclude_files": "KSOTextValidation/KSOTextValidation-Info.h",
24   "private_header_files": "KSOTextValidation/Private/*.h",
25   "resource_bundles": {
26     "KSOTextValidation": [
27       "KSOTextValidation/**/*.{xcassets,lproj}"
28     ]
29   },
30   "frameworks": "UIKit",
31   "dependencies": {
32     "Agamotto": [
34     ],
35     "Ditko": [
37     ],
38     "Stanley": [
40     ]
41   },
42   "ios": {
43     "dependencies": {
44       "KSOTooltip": [
46       ]
47     }
48   }