CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.

Anthology 1.0.1

Anthology 1.0.1

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Feb 2016
SPMSupports SPM

Maintained by Alexander Gusev.



Anthology 1.0.1

Anthology — A collection of useful Swift collections

Anthology is a Swift library containing less common, yet still useful collection implementations that fit nicely into Swift's rich collection protocols hierarchy.

Collections include:

  • [x] OrderedDictionary
  • [x] OrderedSet
  • [ ] CountedSet

Usage

To run the example project, run pod try Anthology.

Requirements

  • iOS Deployment Target >=8.0
  • OS X Deployment Target >=10.10
  • watchOS Deployment Target >=2.0
  • tvOS Deployment Target >=9.0

Installation

Anthology is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "Anthology"

Author

Aleksandr Gusev
@sanekgusev
[email protected]

License

Anthology is available under the MIT license. See the LICENSE file for more info.