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