blob: eae508fa167b5c97d1814f5eeadc2e4318fbead5 [file] [log] [blame]
{
"name": "ELCTextFieldCell",
"version": "0.1.0",
"summary": "A UITableViewCell subclass useful for forms.",
"homepage": "https://github.com/elc/ELCTextFieldCell",
"license": {
"type": "MIT",
"file": "README"
},
"authors": {
"ELC Technologies": "http://elctech.com"
},
"source": {
"git": "https://github.com/elc/ELCTextFieldCell.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "5.0"
},
"source_files": "Classes/ELCTextFieldCell.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": false
}