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.
- Host: GitHub
- URL: https://github.com/dashpay/dashcontrol-ios
- Owner: dashpay
- Created: 2018-02-02T05:23:34.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-05-29T06:08:13.000Z (about 7 years ago)
- Last Synced: 2025-02-25T05:32:52.318Z (over 1 year ago)
- Topics: frontend, hold, mobile
- Language: Objective-C
- Size: 12.2 MB
- Stars: 1
- Watchers: 7
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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.