[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / 6 / 5 / c / UBNetworking / 2.0.1 / UBNetworking.podspec.json
blob84dc98dcbbd5e4222fa74ce125a9b62d4ba6edcb
2   "name": "UBNetworking",
3   "version": "2.0.1",
4   "summary": "封装了 网络请求 af4.x",
5   "description": "A tool for URL Request base on AFNetworking\n\n1.3.2:增加url的获取 用法 主要为了模块化后,主工程 控制 子工程 服务器地址\n\n1.3.3:增加参数   needs:(id<XDJRequestCommonNeedsDelegate,XDJReponseCommonNeedsDelegate>)needs //use default needs if nil\n\n    使请求处理 更灵活,每个请求都可定制化,如果不设置 那么走默认的流程",
6   "homepage": "https://github.com/Crazysiri/UBNetworking.git",
7   "license": "MIT",
8   "authors": {
9     "Uber": "511121933@qq.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/Crazysiri/UBNetworking.git",
16     "tag": "2.0.1"
17   },
18   "source_files": "UBNetworking/**/*.{h,m}",
19   "dependencies": {
20     "AFNetworking": [
21       "~> 4.0.1"
22     ]
23   }