/Dribbble

Client for Dribbble write with ❤️ and MVVM + Rx + Moya

Primary LanguageSwiftMIT LicenseMIT

Client for Dribbble write with ❤️ and MVVM + Rx + Moya

This is an example project to demonstrate MVVM (Model-View-ViewModel) architecture with RxSwift. For network layer used a Moya framework.

Requirements

Keys

plugin 'cocoapods-keys', {
    :project => "Dribbble",
    :keys => [
      "DribbbleClientID",
      "DribbbleClientSecret",
      "DribbbleClientAccessToken"
    ]}

Then running pod install will prompt for the keys not yet set and you can ensure everyone has the same setup.