[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / 6 / e / KSOTextValidation / 0.5.0 / KSOTextValidation.podspec.json
blob6cbc57fa387d5fc2b6b5840c7944d311c1ebef54
2   "name": "KSOTextValidation",
3   "version": "0.5.0",
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.0"
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   "resource_bundles": {
25     "KSOTextValidation": [
26       "KSOTextValidation/**/*.{xcassets,lproj}"
27     ]
28   },
29   "frameworks": "UIKit",
30   "dependencies": {
31     "Agamotto": [
33     ],
34     "Ditko": [
36     ],
37     "Stanley": [
39     ]
40   },
41   "ios": {
42     "dependencies": {
43       "KSOTooltip": [
45       ]
46     }
47   }