WeakRefCollections

A lightweight ensemble of nifty Swift Collections that support weak references to their elements.


License
MIT
Install
pod try WeakRefCollections

Documentation

WeakRefCollections

TravisCI build status: master Cocoapods version: latest

Summary

A lightweight ensemble of nifty Swift collections that support weak references to their elements and provide some other supposedly helpful tiny interface additions.

// TODO: Currently the framework only contains a weak reference array. The next additions are planned to be a dictionary, a set and a bidirectional dictionary.

Installation

This framework can be installed via Cocoapods, just add pod 'WeakRefCollections' to the target you're planning to use it with.

Don't forget to also add use_frameworks! if it isn't in your Podfile yet.

// TODO: Integrate framework with SPM.