[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / e / 4 / JMOTableViewDescription / 0.2.1 / JMOTableViewDescription.podspec.json
blob1ed752d3b0712e50d2d4880c0e0d8edc0439a0c2
2   "name": "JMOTableViewDescription",
3   "version": "0.2.1",
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?)\n",
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.2.1"
22   },
23   "source_files": [
24     "Classes",
25     "TableViewDescription/JMOTableViewDescription/*.{h,m}"
26   ],
27   "frameworks": "UIKit"