[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / a / e / 4 / JMOTableViewDescription / 0.3.0 / JMOTableViewDescription.podspec.json
blob8cd563cbc434249c9cd511b0ba925a70a3c65073
2   "name": "JMOTableViewDescription",
3   "version": "0.3.0",
4   "summary": "JMOTableViewDescription is an iOS library for easily manage complex tableView.",
5   "requires_arc": true,
6   "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?)",
7   "homepage": "https://github.com/leverdeterre/JMOTableViewDescription",
8   "screenshots": [
9     "https://raw.githubusercontent.com/leverdeterre/JMOTableViewDescription/master/screenshots/screenshot1.png",
10     "https://raw.githubusercontent.com/leverdeterre/JMOTableViewDescription/master/screenshots/screenshot2.png"
11   ],
12   "license": "MIT",
13   "authors": {
14     "jerome Morissard": "morissardj@gmail.com"
15   },
16   "platforms": {
17     "ios": "6.0"
18   },
19   "source": {
20     "git": "https://github.com/leverdeterre/JMOTableViewDescription.git",
21     "tag": "0.3.0"
22   },
23   "source_files": [
24     "Classes",
25     "TableViewDescription/JMOTableViewDescription/*.{h,m}"
26   ],
27   "frameworks": "UIKit"