blob: e8c4bce8b81ea7a407a5c599595b5424ff8aaf16 [file] [log] [blame]
{
"name": "LNZWeakCollection",
"platforms": {
"ios": "10.0"
},
"version": "1.1.0",
"summary": "A swift collection to store weak references to objects.",
"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.",
"requires_arc": true,
"license": {
"type": "MIT"
},
"homepage": "https://www.pfrpg.net",
"authors": {
"Giuseppe Lanza": "gringoire986@gmail.com"
},
"source": {
"git": "https://github.com/gringoireDM/LNZWeakCollection.git",
"tag": "v1.1.0"
},
"frameworks": "Foundation",
"source_files": "LNZWeakCollection/**/*.{swift, h}",
"pushed_with_swift_version": "4.0"
}