2 "name": "PASynchronizedDictionary",
4 "summary": "PASynchronizedDictionary, is thread safe dictionary.",
5 "description": "PASynchronizedDictionary implements a dictionary trying to mimic as close as possible the SynchronizedMap in JAVA. It is using the GCD with a custom queue to make it thread safe.",
6 "homepage": "https://github.com/akpatrick/PASynchronizedDictionary",
12 "Patrick Akoury": "patrick.akoury@outlook.com"
14 "swift_version": "4.2",
19 "git": "https://github.com/akpatrick/PASynchronizedDictionary.git",
22 "source_files": "PASynchronizedDictionary/**/*.swift"