[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 4 / 8 / 7 / NJEasyTable / 1.0.1 / NJEasyTable.podspec.json
blobd6584278d53a75fb6725744524e42a14982acc6d
2   "name": "NJEasyTable",
3   "version": "1.0.1",
4   "summary": "Manage Datasource of UITableView",
5   "description": "help UITableView to manage datas\n* Easy Manage Data Model of TableView\n* Easy calculate and cache cell height",
6   "platforms": {
7     "ios": "6.0"
8   },
9   "homepage": "https://github.com/NianJi/NJEasyTable",
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "authors": {
15     "念纪": "fengnianji@gmail.com"
16   },
17   "source": {
18     "git": "https://github.com/NianJi/NJEasyTable.git",
19     "tag": "1.0.1"
20   },
21   "source_files": "sources/**/*.{h,m}",
22   "requires_arc": true,
23   "frameworks": [
24     "Foundation",
25     "UIKit"
26   ]