blob: 7a609e5e201146b58f6ee1fd46ad3a900f5523e9 [file] [log] [blame]
{
"name": "ACEExpandableTextCell",
"version": "1.0.0",
"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.0"
},
"source_files": "ACEExpandableTextCell/*.{h,m}",
"dependencies": {
"SZTextView": [
]
},
"requires_arc": true,
"platforms": {
"ios": "5.0"
}
}