blob: 6370e75d798b4b9062efdc4f788a103d1139c786 [file] [log] [blame]
{
"name": "PASynchronizedDictionary",
"version": "1.0",
"summary": "PASynchronizedDictionary, is thread safe dictionary.",
"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.",
"homepage": "https://github.com/akpatrick/PASynchronizedDictionary",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Patrick Akoury": "patrick.akoury@outlook.com"
},
"swift_version": "4.2",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/akpatrick/PASynchronizedDictionary.git",
"tag": "1.0"
},
"source_files": "PASynchronizedDictionary/**/*.swift"
}