blob: 4c64e3e8714bbd2895975f395f32d03b61dae0ba [file] [log] [blame]
{
"name": "NetworkingModule",
"version": "0.1.1",
"summary": "在AFNetworking基础上封装的网络请求",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/bashe21/NetworkingModule",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"bashe21": "3064662835@qq.com"
},
"source": {
"git": "https://github.com/bashe21/NetworkingModule.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "NetworkingModule/Classes/**/*",
"dependencies": {
"AFNetworking": [
"~> 3.2.0"
],
"YYCache": [
"~> 1.0.4"
]
}
}