blob: 19bf3e3bd708f74ca52ee5f7d55d76c8be5aacc6 [file] [log] [blame]
{
"name": "TFURLRequestConsolidator",
"version": "1.0.0",
"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": "bhy@trifork.com"
},
"source": {
"git": "https://github.com/TriforkKRK/TFURLRequestConsolidator.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/**/*.{h,m}"
}