blob: d47737925211e6e364a5ad37a957639c413897ae [file] [log] [blame]
{
"name": "ELCTextFieldCell",
"version": "0.2.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.2.0"
},
"platforms": {
"ios": "6.0"
},
"source_files": "Classes/ELCTextFieldCell.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}