Github iOS Client in Swift and MVC architecture.
After you clone the repo, make sure that
pod install
- SwiftLint - A tool to enforce Swift style and conventions
- RestingKit - Networking made easy.
- Swinject - Dependency injection framework for Swift with iOS/macOS/Linux
- SwinjectAutoregistration - Swinject extension to automatically register your services
- SwinjectStoryboard -Swinject extension for automatic dependency injection via Storyboard
- R.swift - Get strong typed, autocompleted resources like images, fonts and segues in Swift projects
- SegueManager - Perform storyboard segues with closures, in Swift
- AlamofireImage - AlamofireImage is an image component library for Alamofire
- Yams - A Sweet and Swifty YAML parser. (I used for Mock Services)
- CancellablePromiseKit - Extends the amazing PromiseKit to cover cancellable tasks.