blob: 1ed752d3b0712e50d2d4880c0e0d8edc0439a0c2 [file] [log] [blame]
{
"name": "JMOTableViewDescription",
"version": "0.2.1",
"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?)\n",
"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.1"
},
"source_files": [
"Classes",
"TableViewDescription/JMOTableViewDescription/*.{h,m}"
],
"frameworks": "UIKit"
}