lengain / LNNetworking

iOS Networking based on AFNetworking

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LNNetworking [中文介绍]

Pod Platform Pod License

iOS Networking based on AFNetworking3.x

LNNetwork is mainly used to initiate the request, listen to the request status, receive the result of the request, process the cache logic, preliminarily process the data, and the function points are as follows:

  • support Get Post Post(upload data) Head Put Patch Delete
  • supports caching, configurable expiration time, etc
  • Delegate support,Block two callback policies, freely configurable
  • supports returning data for model converted objects

How to use

support cocoapods

pod 'LNNetwork'

if you not found it, please execute pod setup and pod again.

License

LNNetwork is released under the MIT license.See LICENSE for details.

中文介绍

LNNetwork基于AFNetworking3.x,主要用来发起请求,监听请求状态,接收请求结果,处理缓存逻辑,初步处理数据,功能点有:

  • 支持Get Post Post(上传数据) Head Put Patch Delete
  • 支持缓存,可配置过期时间等
  • 支持Delegate,Block两种回调策略,可自由配置
  • 支持返回数据为模型转换后的对象

使用

支持使用cocoapods安装

pod 'LNNetwork'

如果没有找到这个库,请运行pod setup 后,再次pod安装。

证书

LNNetwork 使用MIT证书,详情请点击LICENSE

About

iOS Networking based on AFNetworking

License:MIT License


Languages

Language:Objective-C 90.4%Language:Ruby 9.6%