-
Notifications
You must be signed in to change notification settings - Fork 195
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
1 parent
453307e
commit e771713
Showing
1 changed file
with
20 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 |
---|---|---|
@@ -1,2 +1,22 @@ | ||
VENTokenField | ||
============= | ||
|
||
```VENTokenField``` is the recipients token field that is used in the Venmo compose screen. | ||
|
||
Installation | ||
------------ | ||
The easiest way to get started is to use [CocoaPods](http://cocoapods.org/). Just add the following line to your Podfile: | ||
|
||
```ruby | ||
pod 'VENTokenField', '~>1.0.0' | ||
``` | ||
|
||
Usage | ||
----- | ||
|
||
Contributing | ||
------------ | ||
|
||
We'd love to see your ideas for improving this library! The best way to contribute is by submitting a pull request. We'll do our best to respond to your patch as soon as possible. You can also submit a [new Github issue](https://github.com/venmo/VENCalculatorInputView/issues/new) if you find bugs or have questions. :octocat: | ||
|
||
Please make sure to follow our general coding style and add test coverage for new features! |