[Add] MentaIFLYAdapter 6.00.23
[CocoaPods.git] / Specs / 1 / f / 6 / LazyTableView / 1.3 / LazyTableView.podspec.json
blob57d8054b4ac0288589a3ba1dc43f8ef9c11eb5aa
2   "name": "LazyTableView",
3   "version": "1.3",
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.3"
20   },
21   "source_files": "LazyTableView/LazyTableView/*.{h,m}",
22   "resources": "LazyTableView/LazyTableView/img/*.png",
23   "requires_arc": true,
24   "dependencies": {
25     "MJRefresh": [
27     ],
28     "AFNetworking": [
29       "2.6.3"
30     ],
31     "JSONModel": [
33     ]
34   }