[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 0 / 4 / e / LSiOSRequest / 0.1.2 / LSiOSRequest.podspec.json
blobaad622885bef771ddb550c70e11c73e3e6e94235
2   "name": "LSiOSRequest",
3   "version": "0.1.2",
4   "summary": "业务工具 - 网络请求",
5   "description": "网络请求工具\n更新说明:\n如果接口返回http code = 400优先,从msg获取错误信息,如果获取不到再封装成系统异常。",
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": "0.1.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "LSiOSRequest/Classes/**/*",
22   "frameworks": "UIKit",
23   "dependencies": {
24     "AFNetworking": [
26     ],
27     "MBProgressHUD": [
29     ],
30     "MJExtension": [
32     ],
33     "DFLogManager": [
35     ],
36     "GTMBase64": [
38     ]
39   }