[Add] Dalila 1.0.35
[CocoaPods.git] / Specs / 0 / 4 / e / LSiOSRequest / 1.2.1 / LSiOSRequest.podspec.json
blob226c3109c81fc3e4a707e20b3ee1db41adafb6a7
2   "name": "LSiOSRequest",
3   "version": "1.2.1",
4   "summary": "业务工具 - 网络请求",
5   "description": "网络请求工具\n更新说明:\nsocket机制调优;\n调整解析属性的赋值方式;\n开放属性包括请求错误编码、成功标识、失败标识、token失效标识数组等;\n增加参数加盐代理;\n优化黑白名单判断规则;",
6   "homepage": "https://code.aliyun.com/LSKit/LSiOSRequest.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "danfort": "quanchengk@163.com"
13   },
14   "source": {
15     "git": "https://code.aliyun.com/LSKit/LSiOSRequest.git",
16     "tag": "1.2.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "LSiOSRequest/Classes/**/*",
22   "frameworks": [
23     "UIKit",
24     "CoreTelephony"
25   ],
26   "dependencies": {
27     "AFNetworking": [
29     ],
30     "MJExtension": [
32     ],
33     "DFLogManager": [
35     ],
36     "GTMBase64": [
38     ],
39     "LSiOSPopView": [
41     ],
42     "SocketRocket": [
44     ]
45   }