blob: 8cd563cbc434249c9cd511b0ba925a70a3c65073 [file] [log] [blame]
{
"name": "JMOTableViewDescription",
"version": "0.3.0",
"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.3.0"
},
"source_files": [
"Classes",
"TableViewDescription/JMOTableViewDescription/*.{h,m}"
],
"frameworks": "UIKit"
}