Skip to content

Commit

Permalink
master: Added Carthage support.
Browse files Browse the repository at this point in the history
  • Loading branch information
ams-twelker committed Feb 9, 2019
1 parent 7dd37cd commit b227417
Show file tree
Hide file tree
Showing 2 changed files with 85 additions and 1 deletion.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
[![Version](https://img.shields.io/cocoapods/v/RAGTextField.svg?style=flat)](http://cocoapods.org/pods/RAGTextField)
[![License](https://img.shields.io/cocoapods/l/RAGTextField.svg?style=flat)](http://cocoapods.org/pods/RAGTextField)
[![Platform](https://img.shields.io/cocoapods/p/RAGTextField.svg?style=flat)](http://cocoapods.org/pods/RAGTextField)
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)

## Example

Expand All @@ -15,12 +16,24 @@ Written in Swift 4. Requires iOS 9. Support of Swift 3 ended with version 0.2.1.

## Installation

`RAGTextField` is available through [CocoaPods](http://cocoapods.org). To install it, add the following line to your Podfile:
`RAGTextField` is available through [CocoaPods](http://cocoapods.org) and [Carthage](https://github.com/Carthage/Carthage).

#### Cocoapods

Add the following line to your Podfile:

```ruby
pod "RAGTextField"
```

#### Carthage

Add the following line to your Cartfile:

```ruby
github "raginmari/RAGTextField"
```

## How to use

After installing the lib and importing the module `RAGTextField`, the text field can be used like any other text field (both in the code and in your storyboards and nibs).
Expand Down

0 comments on commit b227417

Please sign in to comment.