Skip to content

Commit

Permalink
Updating instructions on installing the component
Browse files Browse the repository at this point in the history
  • Loading branch information
gergelyorosz committed Feb 16, 2016
1 parent 1a90a0a commit fe14d8d
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,20 +65,22 @@ The control was designed to allow further customization in subclasses. The contr

## Installation

### Manual
#### CocoaPods

Copy the files in the `SkyFloatingLabelTextField` to your project:
The control is available through [CocoaPods](https://cocoapods.org/). To install it, add the following line to your Podfile:

```
pod 'SkyFloatingLabelTextField'
```

#### Manual

You can download the latest files from our [Releases page](https://github.com/Skyscanner/SkyFloatingLabelTextField/releases). After doing so, copy the files in the `SkyFloatingLabelTextField/SkyFloatingLabelTextField` folder to your project:
- `SkyFloatingLabelTextField.swift`
- `SkyFloatingLabelTextFieldDelegate.swift`
- `SkyFloatingLabelTextFieldWithIcon.swift`
- `UITextField+fixCaretPosition.swift`

### CocoaPods

Support coming soon.

### Carthage

##Contributing

We welcome all contributions. Please read [this guide](/CONTRIBUTING.md) before opening issues or submitting pull requests, as well as how and who to contact with questions.
Expand Down

0 comments on commit fe14d8d

Please sign in to comment.