[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / f / 0 / d / HTTPIDL / 0.6.0 / HTTPIDL.podspec.json
blob441542e094cdabf2d2538a4a44196ab24a9f6042
2   "name": "HTTPIDL",
3   "version": "0.6.0",
4   "summary": "http idl",
5   "description": "HTTPIDL是一套HTTP网络库和代码生成工具的集合,目前支持Swift 3。\n\n## 特色\n* 自动生成swift 3代码,同时支持手写\n* URL / JSON / URLEncodedForm 请求内容编码方式(甚至支持组合编码方式)\n* 上传 File / Data / MultipartFormData\n* JSON 响应内容自动转换为 Model\n* 可扩展的请求内容编码器\n* 可扩展的响应内容解码器\n* 可扩展的HTTP客户端库 (默认使用Alamofire)\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": "0.6.0"
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   "dependencies": {
28     "Alamofire": [
30     ],
31     "GzipSwift": [
33     ]
34   },
35   "pushed_with_swift_version": "3.0"