blob: 098efa12ce02878025d805a72e6ff1c39a7e9f4c [file] [log] [blame]
{
"name": "SBTextField",
"version": "1.0",
"summary": "A UITextField drop-in replacement with support for setting a maximum length.",
"homepage": "https://github.com/Scott90/SBTextField",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Scott90": "my@fake.email"
},
"source": {
"git": "https://github.com/Scott90/SBTextField.git",
"tag": "v1.0"
},
"source_files": "SBTextField/SBTextField.*",
"platforms": {
"ios": "5.0"
},
"requires_arc": true
}