blob: 78de59771fb2f942e56839d20e943acaf2dcbb4d [file] [log] [blame]
{
"name": "KSOTextValidation",
"version": "0.4.1",
"summary": "KSOTextValidation is an iOS/tvOS framework for as the user types validation of textual input in UITextField.",
"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.",
"homepage": "https://github.com/Kosoku/KSOTextValidation",
"license": {
"type": "BSD",
"file": "license.txt"
},
"authors": {
"William Towe": "willbur1984@gmail.com"
},
"source": {
"git": "https://github.com/Kosoku/KSOTextValidation.git",
"tag": "0.4.1"
},
"platforms": {
"ios": "10.0",
"tvos": "10.0"
},
"source_files": "KSOTextValidation/**/*.{h,m}",
"exclude_files": "KSOTextValidation/KSOTextValidation-Info.h",
"resource_bundles": {
"KSOTextValidation": [
"KSOTextValidation/**/*.{xcassets,lproj}"
]
},
"frameworks": "UIKit",
"dependencies": {
"Agamotto": [
],
"Ditko": [
],
"Stanley": [
]
},
"ios": {
"dependencies": {
"KSOTooltip": [
]
}
}
}