2 "name": "WeakUniqueCollection",
4 "summary": "Objective-C collection class that stores weak references to the objects and maintains uniqueness and thread safety.",
5 "description": "WeakUniqueCollection class has behavior similar to NSMutableSet (in terms of uniqueness of objects inside it)but it stores weak references and thread-safe. It could be very useful for implementation ofmulti-cast delegates and observers.",
6 "homepage": "https://github.com/sibext/WeakUniqueCollection",
12 "Artyom Gladkov": "gladkov@sibext.com"
15 "git": "https://github.com/sibext/WeakUniqueCollection.git",
21 "source_files": "Classes/**/*"