[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / f / 0 / d / HTTPIDL / 1.1.6 / HTTPIDL.podspec.json
blob141fcf93fdb7e624861ff7e9b28653414094288c
2   "name": "HTTPIDL",
3   "version": "1.1.6",
4   "summary": "http idl",
5   "description": "HTTPIDL是一套HTTP网络库和代码生成工具的集合,目前支持Swift 3/4。\n\n## 特色\n* 自动生成swift 3代码,同时支持手写\n* URL / JSON / URLEncodedForm 请求内容编码方式(甚至支持组合编码方式)\n* 上传 File / Data / MultipartFormData\n* JSON 响应内容自动转换为 Model\n* 可扩展的请求内容编码器\n* 可扩展的响应内容解码器\n* 可扩展的HTTP客户端库\n* 支持请求和响应观察者\n* 支持请求和响应重写",
6   "homepage": "https://github.com/cikelengfeng/HTTPIDL",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "DongXu": "cikelengfeng@gmail.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/cikelengfeng/HTTPIDL.git",
19     "tag": "1.1.6"
20   },
21   "source_files": "Sources/Runtime/**/*.swift",
22   "exclude_files": "Sources/Exclude",
23   "preserve_paths": [
24     "Sources/Compiler/*.py",
25     "Sources/Compiler/**/*.{py,tokens}"
26   ],
27   "pushed_with_swift_version": "3.0"