Skip to content

Setup with Xcode 6 and Swift 1.2

Evgenii Neumerzhitckii edited this page Jul 5, 2015 · 3 revisions

Auk is written in Swift 2.0. Here is how to setup the previous version that is compatible with Swift 1.2 and Xcode 6 projects.

Add source (iOS 7+)

Simply add two files to your project:

  1. Moa image downloader MoaDistrib.swift.
  2. Auk image slideshow AukDistrib.swift.

Setup with Carthage (iOS 8+)

  1. Add github "evgenyneu/Auk" ~> 1.0 to your Cartfile.
  2. Run carthage update.
  3. Add moa and Auk frameworks into your project.

Setup with CocoaPods (iOS 8+)

If you are using CocoaPods add this text to your Podfile and run pod install.

use_frameworks!
pod 'Auk', '~> 1.0'
Clone this wiki locally