[Add] RDLiquidSpreadButton 1.0
[CocoaPods.git] / Specs / 6 / 7 / a / TFURLRequestConsolidator / 1.0.0 / TFURLRequestConsolidator.podspec.json
blob19bf3e3bd708f74ca52ee5f7d55d76c8be5aacc6
2   "name": "TFURLRequestConsolidator",
3   "version": "1.0.0",
4   "summary": "TFURLRequestConsolidator helps to prevent from sending multiple requests to the same endpoint on the server",
5   "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",
6   "homepage": "https://github.com/TriforkKRK/TFURLRequestConsolidator",
7   "license": {
8     "type": "Apache v2",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Bartlomiej Hyzy": "bhy@trifork.com"
13   },
14   "source": {
15     "git": "https://github.com/TriforkKRK/TFURLRequestConsolidator.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "requires_arc": true,
22   "source_files": "Pod/**/*.{h,m}"