blob: 3fbea78c92a136e2e430f898a5c4d55090df53ff [file] [log] [blame]
{
"name": "LNZWeakCollection",
"platforms": {
"ios": "8.0"
},
"version": "1.0.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.0.0"
},
"frameworks": "Foundation",
"source_files": "LNZWeakCollection/**/*.{swift, h}",
"pushed_with_swift_version": "3.0"
}