-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# UMSPosPayOnly | ||
|
||
[![CI Status](https://img.shields.io/travis/TBXark/unionpay.svg?style=flat)](https://travis-ci.org/TBXark/unionpay) | ||
[![Version](https://img.shields.io/cocoapods/v/unionpay.svg?style=flat)](https://cocoapods.org/pods/unionpay) | ||
[![License](https://img.shields.io/cocoapods/l/unionpay.svg?style=flat)](https://cocoapods.org/pods/unionpay) | ||
[![Platform](https://img.shields.io/cocoapods/p/unionpay.svg?style=flat)](https://cocoapods.org/pods/unionpay) | ||
|
||
## Example | ||
|
||
To run the example project, clone the repo, and run `pod install` from the Example directory first. | ||
|
||
## Requirements | ||
|
||
## Installation | ||
|
||
unionpay is available through [CocoaPods](https://cocoapods.org). To install | ||
it, simply add the following line to your Podfile: | ||
|
||
```ruby | ||
pod 'UMSPosPayOnly', :git=>'https://github.com/letspod/UMSPosPayOnly.git' | ||
``` | ||
|
||
## Author | ||
|
||
TBXark, [email protected] | ||
|
||
## License | ||
|
||
unionpay is available under the MIT license. See the LICENSE file for more info. |