blob: a820e046b19de9b9a69d1ccd4bb2baa2aeac1c62 [file] [log] [blame]
{
"name": "TSValidatedTextField",
"version": "0.1.0",
"summary": "TSValidatedTextField",
"description": "Simple and ready to use subclass of UITextField which uses NSRegularExpression to allows you to validate text in the text field with pattern you set.",
"homepage": "https://github.com/piotrbernad/PBGroupScrollController",
"license": "Apache",
"authors": {
"tomkowz": "tmk.szlc@gmail.com"
},
"source": {
"git": "https://github.com/appunite/TSValidatedTextField.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "Classes"
}