[Add] OpenWeb3Lib 1.0.4-swift6.0
[CocoaPods.git] / Specs / 1 / 2 / 0 / ConcurrentDictionary / 0.1.0 / ConcurrentDictionary.podspec.json
blobbdc5f32aae5db2830c1ce495e8747d7e7216c033
2   "name": "ConcurrentDictionary",
3   "version": "0.1.0",
4   "summary": "Wrapper on NSMutableDictionary to make it thread-safe for concurrent reads / writes",
5   "description": "Counterpart to ConcurrentHashMap Java Collection. This class utilises the power of the libdispatch library to provide synchronuos reads and exclusive writes to give you a thread-safe key-value data structure, that is, it can maintain data consistency even when multiple threads are trying to read from and write to the data structure",
6   "homepage": "https://github.com/iamprabal/ConcurrentDictionary",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Prabal": "iamprabal@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/iamprabal/ConcurrentDictionary.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "ConcurrentDictionary/Classes/**/*"