blob: f839ea5daf5018e12e687e6c67ef89fa84abd530 [file] [log] [blame]
{
"name": "JHNetworkModule",
"version": "0.2.5",
"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.2.5"
},
"platforms": {
"ios": "9.0"
},
"source_files": "JHNetworkModule/JHNetworkModule/Class/**/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"dependencies": {
"AFNetworking": [
],
"JSONModel": [
]
}
}