blob: 6e538f0db6692f373f8817f25855d8f7e595fa18 [file] [log] [blame]
{
"name": "XKNetworkManager",
"version": "1.1.1",
"summary": "网络请求",
"description": "基于AFNetworking封装",
"homepage": "https://github.com/kunhum/XKNetworkManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"kunhum": "kunhum@163.com"
},
"source": {
"git": "https://github.com/kunhum/XKNetworkManager.git",
"tag": "1.1.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "XKNetworkManager/Classes/XKNetworkManager/*.{h,m}",
"dependencies": {
"AFNetworking": [
]
}
}