blob: 118af2db2ae70a26dc9b79fc3f904136aaab4237 [file] [log] [blame]
{
"name": "KSOTextValidation",
"version": "0.6.0",
"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.6.0"
},
"platforms": {
"ios": "10.0",
"tvos": "10.0"
},
"source_files": "KSOTextValidation/**/*.{h,m}",
"exclude_files": "KSOTextValidation/KSOTextValidation-Info.h",
"private_header_files": "KSOTextValidation/Private/*.h",
"resource_bundles": {
"KSOTextValidation": [
"KSOTextValidation/**/*.{xcassets,lproj}"
]
},
"frameworks": "UIKit",
"dependencies": {
"Agamotto": [
],
"Ditko": [
],
"Stanley": [
]
},
"ios": {
"dependencies": {
"KSOTooltip": [
]
}
}
}