A library (akin to the Library of Alexandria) of Swift extensions to turbocharge your iOS development.
- iOS 8+
- Xcode 11+
- Swift 5.0/5.1
Documentation is available online.
Adding Package Dependencies to Your App
github "jlandon/Alexandria"
use_frameworks!
pod 'Alexandria'
Alternativly, you can install specific components:
pod 'Alexandria/Core'
pod 'Alexandria/StoreKit'
pod 'Alexandria/ImageEffects'
$ git submodule add git@github.com:jlandon/Alexandria.git
$ git submodule init
$ git submodule update
Then, add the files manually to your Xcode project/workspace.
Alexandria is released under the MIT license. See LICENSE for details.