[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / 6 / e / KSOTextValidation / 0.1.0 / KSOTextValidation.podspec.json
blobdf5035a3fad7eb91b450d6480561619ef0f6f9e6
2   "name": "KSOTextValidation",
3   "version": "0.1.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.1.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   "frameworks": "UIKit",
25   "dependencies": {
26     "Ditko": [
28     ],
29     "Stanley": [
31     ]
32   }