This is a project based on the Trakt.Tv service.
For this project:
- Swift 3.
- MVVM architecture.
-
Open terminal
-
Git Clone
git clone https://github.com/brunodlz/Couch.git
- cd Couch/
Outputs:
.
├── LICENSE
├── README.md
└── Couch
- cd Couch/
Outputs:
.
└── Couch
└── Couch
└── Couch.xcodeproj
└── Couch.xcworkspace
└── Podfile
└── Podfile.lock
Setting Up CocoaPods on Your Mac:
run sudo gem install cocoapods
run pod install
Cocoapods will now install the pods! After downloading the pods, it creates a workspace file named Couch.xcworkspace. This workspace file bundles your original Xcode project, and its dependencies.
- then open Couch.xcworkspace/
- Choice a simulator
- Run
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D