blob: f21f339b33f7c7d00d88fefcb1120b6eb8d7765f [file] [log] [blame]
{
"name": "TFURLRequestConsolidator",
"version": "1.0.1",
"summary": "TFURLRequestConsolidator helps to prevent from sending multiple requests to the same endpoint on the server",
"description": "TFURLRequestConsolidator helps to prevent from sending multiple requests to the same endpoint on the server by consolidating them into the one that is already ongoing",
"homepage": "https://github.com/TriforkKRK/TFURLRequestConsolidator",
"license": {
"type": "Apache v2",
"file": "LICENSE"
},
"authors": {
"Bartlomiej Hyzy": "hyzy.bartlomiej@gmail.com"
},
"source": {
"git": "https://github.com/TriforkKRK/TFURLRequestConsolidator.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/**/*.{h,m}"
}