Skip to content

Latest commit

 

History

History
24 lines (23 loc) · 907 Bytes

README.md

File metadata and controls

24 lines (23 loc) · 907 Bytes

SmartHub for iOS

SmartHub for iOS is being designed to be a hub of apps. The main purpose is to integrate all apps into one. So the user will not have to download many apps in order to use SmartCash's services.

Status

Build Status

Technology

  • Swift 5
  • Xcode 11
  • Deployment Target: iOS 10

How to build

  1. Clone / Download
  2. Build :-)

Optional

To (re)build Carthage dependancies you need to install newest version of Carthage via HomeBrew. Use following command to rebuild all dependancies.

carthage update --platform iOS

How to contribute

  1. Fork
  2. Create a feature/bugfix Branch
  3. Develop your fixes / features
  4. Create a Pull Request

This Project follows Git Flow.