blob: 82fe763e0df8dbc4c52fb426c11537362fbf094e [file] [log] [blame]
{
"name": "RHRequestNetWork",
"version": "1.0.1",
"summary": "一个基于AFNetworking和YYCache的网络库",
"homepage": "https://github.com/MrRHorse/RHRequestNetWork",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"MrRHorse": "zshnr1993@@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/MrRHorse/RHRequestNetWork.git",
"tag": "1.0.1"
},
"source_files": "RHNetworking/**/*.{h,m}",
"frameworks": [
"UIKit",
"QuartzCore"
],
"requires_arc": true,
"dependencies": {
"YYCache": [
],
"AFNetworking": [
"~> 3.0"
],
"YYModel": [
],
"YYCategories": [
]
}
}