[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 3 / 9 / 8 / EditableList / 1.0.0 / EditableList.podspec.json
blob8a862ebc68fb84a51412442b3d798da2e3b1917a
2   "name": "EditableList",
3   "version": "1.0.0",
4   "summary": "Simple List of UITextField-s based on UITableViewController",
5   "description": "A simple list of text fields, similar to Reminders.app, featuring:\n\n- Inline editing.\n- Adding a new row by tapping below the last row.\n- Edit mode with list reordering.\n- Supports both plain style and grouped style UITableView.\n",
6   "homepage": "https://github.com/yonat/EditableList",
7   "screenshots": "http://ootips.org/yonat/wp-content/uploads/2012/02/EditableList.png",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE.txt"
11   },
12   "authors": {
13     "Yonat Sharon": "yonat@ootips.org"
14   },
15   "social_media_url": "http://twitter.com/yonatsharon",
16   "platforms": {
17     "ios": "5.0"
18   },
19   "source": {
20     "git": "https://github.com/yonat/EditableList.git",
21     "tag": "1.0.0"
22   },
23   "source_files": "EditableListViewController.{h,m}",
24   "requires_arc": true