blob: f025967816f579a340234613488d8f9ecb857dd4 [file] [log] [blame]
{
"name": "ACEExpandableTextCell",
"version": "1.0.2",
"homepage": "https://github.com/acerbetti/ACEExpandableTextCell",
"authors": {
"Stefano Acerbetti": "acerbetti@gmail.com"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Is the simplest way to insert a UITextView inside an expandable UITableViewCell.",
"source": {
"git": "https://github.com/acerbetti/ACEExpandableTextCell.git",
"tag": "v1.0.2"
},
"source_files": "ACEExpandableTextCell/*.{h,m}",
"dependencies": {
"SZTextView": [
]
},
"requires_arc": true,
"platforms": {
"ios": "5.0"
}
}