blob: 1356c741511d17491900a4822b7f4464e488b9e9 [file] [log] [blame]
{
"name": "XKNetworkManager",
"version": "1.0.8",
"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.0.8"
},
"platforms": {
"ios": "8.0"
},
"source_files": "XKNetworkManager/Classes/XKNetworkManager/*.{h,m}",
"dependencies": {
"AFNetworking": [
]
}
}