Alexandria 4.1.0

Alexandria 4.1.0

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Oct 2019
SPMSupports SPM

Maintained by John C. Daub, Jonathan Landon.



  • By
  • John Daub, Jonathan Landon, Ben Kreeger, Chris Voss, Steven Schobert, Jayson Lane, Claire Knight and Alex Corcoran

Alexandria

Alexandria

SwiftPM Compatible Carthage compatible CocoaPods Compatible Platform Swift Support License

A library (akin to the Library of Alexandria) of Swift extensions to turbocharge your iOS development.

Requirements

  • iOS 8+
  • Xcode 11+
  • Swift 5.0/5.1

Documentation

Documentation is available online.

https://jlandon.github.io/alexandria

Installation

Swift Package Manager with Xcode 11

Adding Package Dependencies to Your App

Carthage

github "jlandon/Alexandria"

CocoaPods

use_frameworks!
pod 'Alexandria'

Alternativly, you can install specific components:

pod 'Alexandria/Core'
pod 'Alexandria/StoreKit'
pod 'Alexandria/ImageEffects'

Submodules

$ git submodule add [email protected]:jlandon/Alexandria.git
$ git submodule init
$ git submodule update

Then, add the files manually to your Xcode project/workspace.

License

Alexandria is released under the MIT license. See LICENSE for details.