[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 1 / f / 6 / LazyTableView / 1.2 / LazyTableView.podspec.json
blobb598cc82582bfbca000a3346a3a6da87bbd3a4c0
2   "name": "LazyTableView",
3   "version": "1.2",
4   "summary": "LazyTableView can be the greatest degree of simplification of the operation of UITableView, support for remote JSON loading.",
5   "description": "1.Automatically load a remote URL of the JSON data, the analysis    \nof section also mention, allowing users to obtain higher   \nefficiency with less code.\n2. manually create the local static cell, you can freely control   \nthe section and cell.\n3. custom HUD animation when there is no sense of violation and  \nloading data.\nLazyTableView can be the greatest degree of simplification of the  \noperation of UITableView, support for remote JSON loading",
6   "homepage": "https://github.com/sx1989827/LazyTableView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "sx1989827": ""
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/sx1989827/LazyTableView.git",
19     "tag": "1.1"
20   },
21   "source_files": "LazyTableView/LazyTableView/*.{h,m}",
22   "resources": "LazyTableView/LazyTableView/img/*.png",
23   "requires_arc": true,
24   "dependencies": {
25     "MJRefresh": [
26       "0.0.1"
27     ],
28     "AFNetworking": [
29       "2.6.3"
30     ],
31     "JSONModel": [
33     ]
34   }