blob: e489500f009d22016a447a472707d2e0d2c336f5 [file] [log] [blame]
{
"name": "JMOTableViewDescription",
"version": "0.2.5",
"summary": "JMOTableViewDescription is an iOS library for easily manage complex tableView.",
"requires_arc": true,
"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?)",
"homepage": "https://github.com/leverdeterre/JMOTableViewDescription",
"screenshots": [
"https://raw.githubusercontent.com/leverdeterre/JMOTableViewDescription/master/screenshots/screenshot1.png",
"https://raw.githubusercontent.com/leverdeterre/JMOTableViewDescription/master/screenshots/screenshot2.png"
],
"license": "MIT",
"authors": {
"jerome Morissard": "morissardj@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/leverdeterre/JMOTableViewDescription.git",
"tag": "0.2.5"
},
"source_files": [
"Classes",
"TableViewDescription/JMOTableViewDescription/*.{h,m}"
],
"frameworks": "UIKit"
}