| { |
| "name": "ACEExpandableTextCell", |
| "version": "1.0.1", |
| "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.1" |
| }, |
| "source_files": "ACEExpandableTextCell/*.{h,m}", |
| "dependencies": { |
| "SZTextView": [ |
| |
| ] |
| }, |
| "requires_arc": true, |
| "platforms": { |
| "ios": "5.0" |
| } |
| } |