[Add] BoostAI 1.1.28
[CocoaPods.git] / Specs / 1 / f / 6 / LazyTableView / 1.1 / LazyTableView.podspec.json
blobef235757b53ea6692e6902c2009524af8d0a258b
2   "name": "LazyTableView",
3   "version": "1.1",
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": [
30     ],
31     "JSONModel": [
33     ]
34   }