[Add] LiveKitWebRTC-Vama 125.6422.11
[CocoaPods.git] / Specs / a / e / 4 / JMOTableViewDescription / 0.2.3 / JMOTableViewDescription.podspec.json
blob4b5f4641a1ecdee8bf1f31c47ce4d0a474b50bed
2   "name": "JMOTableViewDescription",
3   "version": "0.2.3",
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.3"
22   },
23   "source_files": [
24     "Classes",
25     "TableViewDescription/JMOTableViewDescription/*.{h,m}"
26   ],
27   "frameworks": "UIKit"