blob: 5ba833e51f4f67de5b93b45070eeb9317ff8f7c0 [file] [log] [blame]
{
"name": "AhNetManager",
"version": "0.1.5",
"summary": "基于AFN封装的网络处理层",
"description": "TODO: AhNetManager(0.1.5)是基于AFNetworking封装的网络处理层,封装的主要目的是建立公司网络请求模块,使研发人员只关注于业务逻辑层的处理",
"homepage": "https://github.com/ahao1011/AhManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ah": "zth1011@126.com"
},
"source": {
"git": "https://github.com/ahao1011/AhManager.git",
"tag": "0.1.5"
},
"platforms": {
"ios": "8.0"
},
"source_files": "AhNetManager/Classes/**/*{h,m}",
"resource_bundles": {
"AhNetManager": [
"AhNetManager/Assets/*.png"
]
},
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
],
"MJExtension": [
"~> 3.0.13"
]
}
}