blob: 3f61474894cf3fca07f8fe47b0aee3248519d8d0 [file] [log] [blame]
{
"name": "LNZWeakCollection",
"platforms": {
"ios": "8.0"
},
"version": "1.3.2",
"swift_version": "5.0",
"summary": "A swift collection to store weak references to objects.",
"description": "LNZWeakCollection has implementations for collections of weak references to objects and dictionary with weak keys or weak values.",
"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.3.2"
},
"frameworks": "Foundation",
"source_files": "LNZWeakCollection/**/*.{swift, h}"
}