blob: d459fbd31b2c6e76f9108d65b1ff9174283646ef [file] [log] [blame]
{
"name": "ZCNetwork",
"version": "0.0.1",
"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.1"
},
"source_files": "ZCNetwork/ZCNetwork/HTTPNetwork/**/*.{h,m}",
"dependencies": {
"ReactiveObjC": [
"~> 3.1.1"
],
"AFNetworking": [
"~> 3.2.1"
]
}
}