An open API service indexing awesome lists of open source software.

https://github.com/dashpay/dashcontrol-ios

The dash control project for ios.
https://github.com/dashpay/dashcontrol-ios

frontend hold mobile

Last synced: about 1 month ago
JSON representation

The dash control project for ios.

Awesome Lists containing this project

README

          

# DashControl

## Requirements

DashControl uses both [CocoaPods](http://cocoapods.org) and [Carthage](https://github.com/Carthage/Carthage) to manage dependencies. To install them run in the command line:
- `gem install cocoapods` or `sudo 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.

## License

DashControl is available under the MIT license.