- Target Market iOS10+
- Swift
- Carthage
- master: The main branch where the source code of HEAD always reflects a production-ready state.
- develop: The development branch where the source code of HEAD always reflects a development-ready state(normally ahead of master)
That is based in this Branching Structure Model
-
Please install Carthage if you do not have it
-
Then open terminal :
git clone --recursive git@github.com:Guerrix/ContactsApp.git
cd ContactsApp
carthage bootstrap --platform iOS --no-use-binaries
-
Open ContactsApp workspace.