blob: 50482a763f443f1cfebda5a89e8b45bcb41145d1 [file] [log] [blame]
{
"name": "AhNetManager",
"version": "0.1.0",
"summary": "对AFN的封装",
"description": "TODO: 这是一次尝试,对AFN进行了二次封装,让开发者更关注于业务逻辑的处理.",
"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.0"
},
"platforms": {
"ios": "8.0"
},
"resource_bundles": {
"AhNetManager": [
"AhNetManager/Assets/*.png"
]
},
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
],
"MJExtension": [
"~> 3.0.13"
]
}
}