blob: 94d315e9d0306737932f1f89cc6717e121c5177c [file] [log] [blame]
{
"name": "ZCNetwork",
"version": "0.0.2",
"summary": "a network package by AFNetworking.",
"description": "\"a network package by AFNetworking, some request method not test.\"",
"homepage": "https://github.com/Fuqingshan/ZCNetwork",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"yier": "898310403@qq.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/Fuqingshan/ZCNetwork.git",
"tag": "0.0.2"
},
"source_files": "ZCNetwork/ZCNetwork/HTTPNetwork/**/*.{h,m}",
"public_header_files": [
"ZCNetwork/ZCNetwork/HTTPNetwork/ZCNetwork.h",
"ZCNetwork/ZCNetwork/HTTPNetwork/**/{ZCHTTPSessionManager,ZCBaseAPI,ZCFileModel}.h"
],
"dependencies": {
"ReactiveObjC": [
"~> 3.1.1"
],
"AFNetworking": [
"~> 3.2.1"
]
}
}