[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / 8 / 6 / 1 / BRReusableQueue / 0.0.2 / BRReusableQueue.podspec.json
blob6b87c38212ca91a96da89c041556cb393f21d185
2   "name": "BRReusableQueue",
3   "module_name": "BRReusableQueue",
4   "version": "0.0.2",
5   "summary": "ReusableQueue is a simple, private api free queue you can use to reuse every object.",
6   "description": "Whenever you struggle with performance of the creation of certain objects try to reuse them. This queue helps you to reuse every object you need to.",
7   "homepage": "https://github.com/brototyp/BRReusableQueue",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Cornelius Horstmann": "site-cocoapod@brototyp.de"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/brototyp/BRReusableQueue.git",
20     "tag": "0.0.2"
21   },
22   "source_files": "BRReusableQueue"