DashControl uses both CocoaPods and Carthage to manage dependencies. To install them run in the command line:
gem install cocoapodsorsudo gem install cocoapods(if first command fails)brew update && brew install carthage
To get started with the DashControl run the following commands after every "git pull":
pod installcarthage bootstrap
Use DashControl.xcworkspace to open the project.
DashControl is available under the MIT license.