DashControl uses both CocoaPods and Carthage to manage dependencies. To install them run in the command line:
gem install cocoapods
orsudo 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 install
carthage bootstrap
Use DashControl.xcworkspace to open the project.
DashControl is available under the MIT license.