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.
- Swift 5
- Xcode 11
- Deployment Target: iOS 10
- Clone / Download
- Build :-)
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
- Fork
- Create a feature/bugfix Branch
- Develop your fixes / features
- Create a Pull Request
This Project follows Git Flow.