[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 1 / 6 / 4 / ACEExpandableTextCell / 1.0.0 / ACEExpandableTextCell.podspec.json
blob7a609e5e201146b58f6ee1fd46ad3a900f5523e9
2   "name": "ACEExpandableTextCell",
3   "version": "1.0.0",
4   "homepage": "https://github.com/acerbetti/ACEExpandableTextCell",
5   "authors": {
6     "Stefano Acerbetti": "acerbetti@gmail.com"
7   },
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "summary": "Is the simplest way to insert a UITextView inside an expandable UITableViewCell.",
13   "source": {
14     "git": "https://github.com/acerbetti/ACEExpandableTextCell.git",
15     "tag": "v1.0.0"
16   },
17   "source_files": "ACEExpandableTextCell/*.{h,m}",
18   "dependencies": {
19     "SZTextView": [
21     ]
22   },
23   "requires_arc": true,
24   "platforms": {
25     "ios": "5.0"
26   }