blob: 885adabdef21d7c97c67dacd2ee35e1852fa57a9 [file] [log] [blame]
{
"name": "JMOTableViewDescription",
"version": "0.1",
"summary": "JMOTableViewDescription is an iOS library for easily manage complex tableView.",
"description": " JMOTableViewDescription is an Objective-C library for easily creating and manage complex structured tableView.\n * A new way to describe your tableView \"layout\" in a very simple method,\n * Datasource / Delegate considerably simplified and focus on manipulated objet, no indexPath!\n * It's a very simple way to produce a \"grouped tableView\" style without having to use the \"F*******g\" TableView grouped!\n * The code produced using this implementation his highly customizable, reusable and flexible. (No more bugs?)\n",
"homepage": "https://github.com/leverdeterre/JMOTableViewDescription",
"screenshots": [
"https://github.com/leverdeterre/JMOTableViewDescription//screenshots/screenshots1",
"https://github.com/leverdeterre/JMOTableViewDescription//screenshots/screenshots2"
],
"license": "MIT",
"authors": {
"jerome Morissard": "morissardj@gmail.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/leverdeterre/JMOTableViewDescription.git",
"tag": "0.1"
},
"source_files": [
"Classes",
"TableViewDescription/JMOTableViewDescription/*.{h,m}"
],
"frameworks": "UIKit",
"requires_arc": false
}