2 "name": "ConcurrentDictionary",
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",
12 "Prabal": "iamprabal@gmail.com"
15 "git": "https://github.com/iamprabal/ConcurrentDictionary.git",
21 "source_files": "ConcurrentDictionary/Classes/**/*"