[Add] NoctuaSDK 0.6.0
[CocoaPods.git] / Specs / 6 / 1 / a / LNZWeakCollection / 1.3.0 / LNZWeakCollection.podspec.json
blobe2491a87ff0de8e5102e125fde722edb66a1d9a2
2   "name": "LNZWeakCollection",
3   "platforms": {
4     "ios": "8.0"
5   },
6   "version": "1.3.0",
7   "swift_version": "5.0",
8   "summary": "A swift collection to store weak references to objects.",
9   "description": "LNZWeakCollection has implementations for collections of weak references to objects and dictionary with weak keys or weak values.",
10   "requires_arc": true,
11   "license": {
12     "type": "MIT"
13   },
14   "homepage": "https://www.pfrpg.net",
15   "authors": {
16     "Giuseppe Lanza": "gringoire986@gmail.com"
17   },
18   "source": {
19     "git": "https://github.com/gringoireDM/LNZWeakCollection.git",
20     "tag": "v1.3.0"
21   },
22   "frameworks": "Foundation",
23   "source_files": "LNZWeakCollection/**/*.{swift, h}"