A library (akin to the Library of Alexandria) of Swift extensions to turbocharge your iOS development.
- iOS 8+
- Xcode 8.3+
- Swift 3.1
Documentation is available online.
Pick your poison: Carthage, CocoaPods, or git submodules.
Add the following to your Cartfile
.
github "jlandon/Alexandria"
Then, run carthage update
, and add the resulting framework from
Carthage/Build
into your project's "Linked Frameworks and Libraries" setting
within Xcode.
To add Alexandria, add the following to your Podfile
.
use_frameworks!
pod 'Alexandria'
Alternativly, you can install specific components:
pod 'Alexandria/Core'
pod 'Alexandria/StoreKit'
pod 'Alexandria/ImageEffects'
Then, run pod install
.
$ git submodule add [email protected]:jlandon/Alexandria.git
$ git submodule init
$ git submodule update
Then, add the files manually to your Xcode project/workspace.
Alexandria is maintained by the team at Oven Bits, a software design and development agency based in Dallas, Texas.
Alexandria is released under the MIT license. See LICENSE for details.