[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 1 / f / 6 / LazyTableView / 1.4 / LazyTableView.podspec.json
blobee265c6503f039876dd48c4a9e09d3ff75ae80f6
2   "name": "LazyTableView",
3   "version": "1.4",
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.4"
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   }