blob: 6081d3c633935c11f9ee2d631a95ab2e867f7909 [file] [log] [blame]
{
"name": "MJNetworking",
"version": "0.0.1",
"summary": "对AFNetworking的再次封装.",
"description": "对AFnetworking的再次封装,主要是网络数据的缓存以及操作等。",
"homepage": "https://github.com/github051512/MJNetworking",
"license": "MIT",
"authors": {
"liuzhiwei": "541899992@qq.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/github051512/MJNetworking.git",
"tag": "0.0.1"
},
"source_files": "MJNetworking/**/*.{h,m}",
"dependencies": {
"AFNetworking": [
]
}
}