[Add] SuperwallKit 3.12.2
[CocoaPods.git] / Specs / 6 / 1 / a / LNZWeakCollection / 1.0.0 / LNZWeakCollection.podspec.json
blob3fbea78c92a136e2e430f898a5c4d55090df53ff
2   "name": "LNZWeakCollection",
3   "platforms": {
4     "ios": "8.0"
5   },
6   "version": "1.0.0",
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.",
9   "requires_arc": true,
10   "license": {
11     "type": "MIT"
12   },
13   "homepage": "https://www.pfrpg.net",
14   "authors": {
15     "Giuseppe Lanza": "gringoire986@gmail.com"
16   },
17   "source": {
18     "git": "https://github.com/gringoireDM/LNZWeakCollection.git",
19     "tag": "v1.0.0"
20   },
21   "frameworks": "Foundation",
22   "source_files": "LNZWeakCollection/**/*.{swift, h}",
23   "pushed_with_swift_version": "3.0"