blob: 10b8fcc1ba57eb04e0b63aed4a93fa3280e444cb [file] [log] [blame]
{
"name": "BRNetwork",
"version": "1.0.0",
"summary": "BRNetwork是一个基于AFNetworking和YYCache封装的轻量级网络请求工具",
"description": "BRNetwork是一个基于AFNetworking和YYCache封装的轻量级网络请求工具,支持本地数据缓存. Support the Objective - C language.",
"homepage": "https://github.com/91renb/BRNetwork",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"任波": "91renb@gmail.com"
},
"social_media_url": "https://blog.91renb.com",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/91renb/BRNetwork.git",
"tag": "1.0.0"
},
"source_files": "BRNetwork/*.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
],
"YYCache": [
]
}
}