[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / 7 / 4 / a / YMHttpService / 0.1.1 / YMHttpService.podspec.json
blob3ae355d0fc7d7ed2655db517e251b3b370024347
2   "name": "YMHttpService",
3   "version": "0.1.1",
4   "summary": "一个基于配置的http服务层组件",
5   "description": "YMHttpService  一个基于配置的http服务层组件 具有灵活配置、使用宏定义简化api的编写、规范调用方传参",
6   "homepage": "http://git.anyhost.cn:8888/ym/YMHttpService",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ys821434827": "yc821434827@163.com"
13   },
14   "source": {
15     "git": "http://git.anyhost.cn:8888/ym/YMHttpService.git",
16     "tag": "0.1.1",
17     "submodules": true
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "YMHttpService/Classes/YMHttpService.h",
23   "public_header_files": "YMHttpService/Classes/YMHttpService.h",
24   "subspecs": [
25     {
26       "name": "YMHttpServiceBaseClass",
27       "platforms": {
28         "ios": "8.0"
29       },
30       "source_files": [
31         "YMHttpService/Classes/{GDGEncrypt,MultipartFormDataType,YMBaseHttpConfig,YMHttpNetWorkManager}.{h,m}",
32         "YMHttpService/Classes/EnumMarcos.h"
33       ],
34       "public_header_files": "YMHttpService/Classes/{EnumMarcos,GDGEncrypt,MultipartFormDataType,YMBaseHttpConfig,YMHttpNetWorkManager}.h",
35       "dependencies": {
36         "AFNetworking": [
37           "~> 3.2.1"
38         ]
39       },
40       "frameworks": "SystemConfiguration"
41     }
42   ]