[Add] FlexaScan 1.0.9
[CocoaPods.git] / Specs / 2 / 0 / 5 / YRequestManager / 1.0.9 / YRequestManager.podspec.json
blob951811ea7f0d39ca62560384ac8060e2d7b65b38
2   "name": "YRequestManager",
3   "version": "1.0.9",
4   "summary": "Network Request Manager Base IOS AFNetworking Framework. Current Version: fix failBlock is nil, framework crash.",
5   "description": "基于AFNetworking作为网络请求核心,封装的网络请求管理工具。通过Api类作为请求配置描述,Manager做为管理发送方来发出请求;默认提供了三个拦截器:NetworkProtocalInterceptor(错误后处理状态码,网络层),ReqLogInterceptor(发起请求前打印日志),RespSucInterceptor(响应成功后做数据转实体,可用第三方转换工具);RequestManager提供了默认实例化方法:defaultMamanger,会把默认的三个拦截器加入进来,如果项目中不想用这三个拦截器,或不满足需求,可继承他们的父类自己重写,当然,RequestManager的实例化方法也要改为:initManagerWithYDelegate。",
6   "homepage": "https://github.com/Andy888888/YRequestManager",
7   "license": "MIT",
8   "authors": {
9     "燕文强": "yanwenqiang1991@foxmail.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/Andy888888/YRequestManager.git",
16     "tag": "1.0.9"
17   },
18   "source_files": "YRequestManager/RequestManager/**/*.{h,m}",
19   "frameworks": [
20     "UIKit",
21     "Foundation"
22   ],
23   "dependencies": {
24     "AFNetworking": [
25       "~> 3.1.0"
26     ]
27   }