2 "name": "LNZWeakCollection",
7 "summary": "A swift collection to store weak references to objects.",
8 "description": "LNZWeakCollection is a collection of weak references to objects. It accepts protocols as type specializer and cleanups itself when a weak reference becomes nil.\nUseful for implementations of multiple observer in delegate patterns.",
13 "homepage": "https://www.pfrpg.net",
15 "Giuseppe Lanza": "gringoire986@gmail.com"
18 "git": "https://github.com/gringoireDM/LNZWeakCollection.git",
21 "frameworks": "Foundation",
22 "source_files": "LNZWeakCollection/**/*.{swift, h}",
23 "pushed_with_swift_version": "4.0"