Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1018 Bytes

README.md

File metadata and controls

39 lines (28 loc) · 1018 Bytes

Eokoe

A simple iOS users list app.

Prerequisites

  • Carthage
  • MacOS 10.13 or higher
  • Xcode 9.2 or higher

Get the app running

Run this in your shell:

git clone https://github.com/jaikme/eokoe.git
cd eokoe
carthage update --platform iOS
open EoKoe.xcodeproj

Tech Stack

  • Kingfisher: A lightweight, pure-Swift library for downloading and caching images from the web.
  • Moya: Network abstraction layer written in Swift
  • Quick: BDD framework for Swift
  • Nimble: A Matcher Framework for Swift and Objective-C
  • Clean Architecture. aka VIP
  • TDD

Tests

To run the tests you should do:

  • open the Xcode Project "EoKoe.xcodeproj"
  • select the "EoKoe" iOS scheme
  • Test by select "Product" > "Test" at menu or by pressing [Cmd + U]

License

Apache 2.0 license. See the LICENSE file for details.