Skip to content

A library of Swift extensions to turbocharge your iOS development.

License

Notifications You must be signed in to change notification settings

uptownapps/Alexandria

 
 

Repository files navigation

Alexandria

Alexandria

Build Status Carthage compatible CocoaPods Compatible Platform License

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

Requirements

  • iOS 8+
  • Xcode 8.3+
  • Swift 3.1

Documentation

Documentation is available online.

https://jlandon.github.io/alexandria

Installation

Pick your poison: Carthage, CocoaPods, or git submodules.

Carthage

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.

CocoaPods

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.

Submodules

$ 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.

Credits

Alexandria is maintained by the team at Oven Bits, a software design and development agency based in Dallas, Texas.

License

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

About

A library of Swift extensions to turbocharge your iOS development.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 100.0%