Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.

Commit

Permalink
LICENSE
Browse files Browse the repository at this point in the history
  • Loading branch information
mh7821 committed Apr 10, 2019
1 parent 6603f7a commit bd974f5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2019 Michael Henderson
Copyright (c) 2019 mh7821

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Swift BinanceChain
# Swift Binance Chain SDK

![Swift: 5.0](https://img.shields.io/badge/swift-5.0-brightgreen.svg)
![Platforms: ios | macos | watchos | tvos](https://img.shields.io/badge/platform-ios%20%7C%20macos%20%7C%20watchos%20%7C%20tvos-blue.svg)
Expand All @@ -17,8 +17,8 @@
## Requirements

- iOS 10.0+ / macOS 10.10+ / tvOS 10.0+ / watchOS 2.0+
- Swift 5.0
- Xcode 10.2
- Swift 5.0+
- Xcode 10.2+

## Installation

Expand All @@ -32,8 +32,6 @@ pod 'BinanceChain', :git => 'https://github.com/mh7821/BinanceChain/'

## Usage

### HTTP API

```swift
import BinanceChain

Expand Down Expand Up @@ -157,9 +155,9 @@ let binance = BinanceChain(endpoint: .production)
let websocket = WebSocket(endpoint: .test)
```

## Example apps
## Sample apps

Example iOS and macOS apps are provided. First, use CocoaPods to install the dependencies:
Sample iOS and macOS apps are provided. First, use CocoaPods to install the dependencies:

```console
% pod install
Expand All @@ -173,4 +171,4 @@ Then open `BinanceChain.xcworkspace`.

## License

BinanceChain is released under the MIT license. [See LICENSE](https://github.com/mh7821/Alamofire/blob/master/LICENSE) for details.
BinanceChain is released under the MIT license. [See LICENSE](https://github.com/mh7821/mh7821/blob/master/LICENSE) for details.

0 comments on commit bd974f5

Please sign in to comment.