[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 6 / 1 / a / LNZWeakCollection / 1.1.0 / LNZWeakCollection.podspec.json
blobe8c4bce8b81ea7a407a5c599595b5424ff8aaf16
2   "name": "LNZWeakCollection",
3   "platforms": {
4     "ios": "10.0"
5   },
6   "version": "1.1.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.1.0"
20   },
21   "frameworks": "Foundation",
22   "source_files": "LNZWeakCollection/**/*.{swift, h}",
23   "pushed_with_swift_version": "4.0"