[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / 6 / e / KSOTextValidation / 2.0.0 / KSOTextValidation.podspec.json
blobfbac3bda672bb731c50f4d64dd6f08debe104aaa
2   "name": "KSOTextValidation",
3   "version": "2.0.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": "Apache 2.0",
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": "2.0.0"
17   },
18   "platforms": {
19     "ios": "13.0",
20     "tvos": "13.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": [
45         "~> 3.0"
46       ]
47     }
48   }