Steps:
- Install Carthage
https://github.com/Carthage/Carthage/releases
- Install Swiftlint
brew install swiftlint
- Run
carthage update --platform ios
- Run the project with Xcode 10
Carthage is dependency manager, Swiftlint is for code styling and this project has updated to Swift 4.2 so it need to run in Xcode 10.