[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 3 / 6 / f / PASynchronizedDictionary / 1.0 / PASynchronizedDictionary.podspec.json
blob6370e75d798b4b9062efdc4f788a103d1139c786
2   "name": "PASynchronizedDictionary",
3   "version": "1.0",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Patrick Akoury": "patrick.akoury@outlook.com"
13   },
14   "swift_version": "4.2",
15   "platforms": {
16     "ios": "10.0"
17   },
18   "source": {
19     "git": "https://github.com/akpatrick/PASynchronizedDictionary.git",
20     "tag": "1.0"
21   },
22   "source_files": "PASynchronizedDictionary/**/*.swift"