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