Skip to content

Commit 594e52e

Browse files
authored
Merge pull request #37 from ricky641b/updated-readme
updated README
2 parents 3062dca + 4e72066 commit 594e52e

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

README.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
![PasswordTextFieldBanner](/Art/passwordTextFieldBanner.png)
1+
![PasswordTextFieldBanner](Art/passwordTextFieldBanner.png)
22

3-
[![Build Status](https://travis-ci.org/PiXeL16/PasswordTextField.svg?branch=master)](https://travis-ci.org/PiXeL16/PasswordTextField/) [![codecov.io](https://codecov.io/github/PiXeL16/PasswordTextField/coverage.svg?branch=master)](https://codecov.io/github/PiXeL16/PasswordTextField?branch=master) [![CocoaPods Compatible](https://img.shields.io/cocoapods/v/PasswordTextField.svg)](https://img.shields.io/cocoapods/v/PasswordTextField.svg) [![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
3+
[![Build Status](https://travis-ci.org/PiXeL16/PasswordTextField.svg?branch=master)](https://travis-ci.org/PiXeL16/PasswordTextField/) [![codecov.io](https://codecov.io/github/PiXeL16/PasswordTextField/coverage.svg?branch=master)](https://codecov.io/github/PiXeL16/PasswordTextField?branch=master) [![CocoaPods Compatible](https://img.shields.io/cocoapods/v/PasswordTextField.svg)](https://img.shields.io/cocoapods/v/PasswordTextField.svg) [![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)[![SPM compatible](https://img.shields.io/badge/SPM-compatible-4BC51D.svg?style=flat)]
44
[![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/matteocrippa/awesome-swift) [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/PiXeL16/PasswordTextField/master/LICENSE)
55
[![Language](https://img.shields.io/badge/language-Swift%205.0-orange.svg)](https://swift.org)
66

77
# PasswordTextField
88
A custom TextField with a switchable icon which shows or hides the password and enforces good password policies, written in `Swift`.
99

10-
![PasswordTextFieldGif](/Web/PasswordTextField.gif)
10+
![PasswordTextFieldGif](Web/PasswordTextField.gif)
1111

1212

1313
:star: Features
@@ -43,6 +43,16 @@ Create a `Cartfile` that lists the framework and run `carthage bootstrap`. Follo
4343
github "PiXeL16/PasswordTextField"
4444
```
4545

46+
### Swift Package Manager
47+
48+
**NOTE**: _These instructions are intended for usage on Xcode 11 and higher. Xcode 11 is the first version of Xcode that integrates Swift Package Manager and makes it way easier to use than it was at the command line. If you are using older versions of Xcode, we recommend using CocoaPods._
49+
50+
1. Go to File > Swift Packages > Add Package Dependency...
51+
2. Paste the URL to the `PasswordTextField` repo on GitHub (https://github.com/PiXeL16/PasswordTextField.git) into the search bar, then hit the Next button:
52+
3. Select the latest version and then hit next (Xcode will automatically suggest the current version Up to Next Major).
53+
4. Select the `PasswordTextField` library and then hit finish.
54+
5. You're done!
55+
4656
#### Manually
4757
1. Download and drop ```/PasswordTextField``` folder in your project.
4858
2. Congratulations!

0 commit comments

Comments
 (0)