blob: a3cc0c007e080e88683abc0d910a2304f11551ed [file] [log] [blame]
{
"name": "C8TValidatedTextField",
"version": "0.1.0",
"summary": "Extends IBAnimatable with a Texfield Validator",
"description": "Extends IBAnimatable with a Texfield Validator for Text, URL, Email, Numbers, Minimum Length",
"homepage": "https://github.com/cre8it/C8TValidatedTextField",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"CRE8IT GmbH": "mobile@cre8it.ch"
},
"source": {
"git": "https://github.com/cre8it/C8TValidatedTextField.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "C8TValidatedTextField/Classes/**/*",
"dependencies": {
"IBAnimatable": [
],
"pop": [
]
}
}