blob: 4311a80a0567bbd26db0f967a9bb7544307ac207 [file] [log] [blame]
{
"name": "MJNetWorkKit",
"version": "1.1.0",
"summary": "在CTNetworking基础上封装的一套网络请求框架",
"description": "依赖于AFNetworking、CTMediator、CTNetworking的网络请求框架,在CTNetworking基础上做了更具体更贴近业务的改动。",
"homepage": "https://github.com/jgyhc/MJNetWorkKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"刘聪": "jgyhc@foxmail.com"
},
"source": {
"git": "https://github.com/jgyhc/MJNetWorkKit.git",
"tag": "1.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "MJNetWorkKit/Classes/**/*.{h,m}",
"dependencies": {
"AFNetworking": [
],
"CTMediator": [
],
"CTNetworking": [
]
}
}