blob: 0bf238901db58e6a1a79fb6e87b57f12cdadf593 [file] [log] [blame]
{
"name": "AhNetManager",
"version": "0.1.2",
"summary": "基于AFN封装的网络处理层",
"description": "TODO: AhNetManager(0.1.2)是基于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.2"
},
"platforms": {
"ios": "8.0"
},
"resource_bundles": {
"AhNetManager": [
"AhNetManager/Assets/*.png"
]
},
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
],
"MJExtension": [
"~> 3.0.13"
]
}
}