blob: 3ae355d0fc7d7ed2655db517e251b3b370024347 [file] [log] [blame]
{
"name": "YMHttpService",
"version": "0.1.1",
"summary": "一个基于配置的http服务层组件",
"description": "YMHttpService 一个基于配置的http服务层组件 具有灵活配置、使用宏定义简化api的编写、规范调用方传参",
"homepage": "http://git.anyhost.cn:8888/ym/YMHttpService",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ys821434827": "yc821434827@163.com"
},
"source": {
"git": "http://git.anyhost.cn:8888/ym/YMHttpService.git",
"tag": "0.1.1",
"submodules": true
},
"platforms": {
"ios": "8.0"
},
"source_files": "YMHttpService/Classes/YMHttpService.h",
"public_header_files": "YMHttpService/Classes/YMHttpService.h",
"subspecs": [
{
"name": "YMHttpServiceBaseClass",
"platforms": {
"ios": "8.0"
},
"source_files": [
"YMHttpService/Classes/{GDGEncrypt,MultipartFormDataType,YMBaseHttpConfig,YMHttpNetWorkManager}.{h,m}",
"YMHttpService/Classes/EnumMarcos.h"
],
"public_header_files": "YMHttpService/Classes/{EnumMarcos,GDGEncrypt,MultipartFormDataType,YMBaseHttpConfig,YMHttpNetWorkManager}.h",
"dependencies": {
"AFNetworking": [
"~> 3.2.1"
]
},
"frameworks": "SystemConfiguration"
}
]
}