blob: 9b7ea67a022b950b50c67e0a70771b48c97d44bd [file] [log] [blame]
{
"name": "TSValidatedTextField",
"version": "1.0.0",
"summary": "Simple and ready to use subclass of UITextField which uses NSRegularExpression to validate text with pattern you set.",
"homepage": "http://github.com/tomkowz/TSValidatedTextField",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tomasz Szulc": "szulctomasz@me.com"
},
"social_media_url": "http://twitter.com/tomkowz",
"source": {
"git": "https://github.com/tomkowz/TSValidatedTextField.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "6.0"
},
"source_files": "Classes/*",
"requires_arc": true
}