-
Notifications
You must be signed in to change notification settings - Fork 44
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:
- Moa image downloader MoaDistrib.swift.
- Auk image slideshow AukDistrib.swift.
Setup with Carthage (iOS 8+)
- Add
github "evgenyneu/Auk" ~> 1.0
to your Cartfile. - Run
carthage update
. - Add
moa
andAuk
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'