blob: 3def10acf33d7b692d1d3962a3c51f0cf2768fdf [file] [log] [blame]
{
"name": "SKNetWorking",
"version": "0.0.6",
"summary": "基于AFNetWorking的二次封装",
"description": "基于AFNetWorking的离散型接口访问基本框架",
"homepage": "https://github.com/Mr-Wei/SKNetWorking",
"license": "MIT",
"authors": {
"Wei": "weiyuchen1109\u0010@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Mr-Wei/SKNetWorking.git",
"tag": "0.0.6"
},
"source_files": "SKNetWorking/Classes/*.{h,m}",
"exclude_files": "Classes/Exclude",
"dependencies": {
"YYCache": [
"~> 1.0.4"
],
"AFNetworking": [
"~> 3.0"
]
}
}