A simple iOS users list app.
- Carthage
- MacOS 10.13 or higher
- Xcode 9.2 or higher
Run this in your shell:
git clone https://github.com/jaikme/eokoe.git
cd eokoe
carthage update --platform iOS
open EoKoe.xcodeproj
- 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
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]
Apache 2.0 license. See the LICENSE
file for details.