blob: 42c00021c31a0ae7c077415dd6564542d182ecbe [file] [log] [blame]
{
"name": "SKNetWorking",
"version": "0.0.3",
"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.3"
},
"source_files": "SKNetWorking/Classes/*.{h,m}",
"exclude_files": "Classes/Exclude",
"dependencies": {
"YYCache": [
"~> 1.0.4"
],
"AFNetworking": [
"~> 3.0"
]
}
}