blob: 6a27c7a1ccc5a7edbfe1cd60c7009839d694cc7d [file] [log] [blame]
{
"name": "JHNetworkModule",
"version": "0.5.0",
"summary": "网络请求组件.",
"description": "可单独使用也可以搭配JHNetworkConfig.",
"homepage": "https://github.com/jackiehu/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"HU": "814030966@qq.com"
},
"source": {
"git": "https://github.com/jackiehu/JHNetworkModule.git",
"tag": "0.5.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "JHNetworkModule/JHNetworkModule/Class/**/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"dependencies": {
"AFNetworking": [
],
"YYModel": [
]
}
}