blob: 8a862ebc68fb84a51412442b3d798da2e3b1917a [file] [log] [blame]
{
"name": "EditableList",
"version": "1.0.0",
"summary": "Simple List of UITextField-s based on UITableViewController",
"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",
"homepage": "https://github.com/yonat/EditableList",
"screenshots": "http://ootips.org/yonat/wp-content/uploads/2012/02/EditableList.png",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Yonat Sharon": "yonat@ootips.org"
},
"social_media_url": "http://twitter.com/yonatsharon",
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/yonat/EditableList.git",
"tag": "1.0.0"
},
"source_files": "EditableListViewController.{h,m}",
"requires_arc": true
}