[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / 4 / f / a / LNNetwork / 0.0.1 / LNNetwork.podspec.json
blobe344c2606fbbe198d70d7ada828966046bf7e85d
2   "name": "LNNetwork",
3   "version": "0.0.1",
4   "summary": "iOS Networking based on AFNetworking",
5   "description": "LNNetworking基于AFNetworking3.x,主要用来发起请求,监听请求状态,接收请求结果,处理缓存逻辑,初步处理数据,功能点有:\n支持Get Post Post(上传数据) Head Put Patch Delete\n支持缓存,可配置过期时间等\n支持Delegate,Block两种回调策略,可自由配置\n支持返回数据为模型转换后的对象",
6   "homepage": "https://github.com/lengain/LNNetworking",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "lengain": "lengain@qq.com"
13   },
14   "social_media_url": "https://github.com/lengain",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/lengain/LNNetworking.git",
20     "tag": "0.0.1"
21   },
22   "source_files": "LNNetworking/*.{h,m}",
23   "requires_arc": true,
24   "dependencies": {
25     "AFNetworking": [
26       "~> 3.2.1"
27     ]
28   }