Skip to content

Commit

Permalink
Rename LICENSE
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonardoCardoso committed Oct 23, 2017
1 parent 0b23199 commit 1384355
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Change Log

#### 1.x Releases
- `1.0.x` Releases - [1.0.1](#101) | [1.0.2](#102)
- `1.0.x` Releases - [1.0.1](#101) | [1.0.3](#103)

---

## [1.0.2](https://github.com/LeonardoCardoso/RevealTextField/releases/tag/1.0.2)
Released on 2017-10-18.
## [1.0.3](https://github.com/LeonardoCardoso/RevealTextField/releases/tag/1.0.3)
Released on 2017-10-23.

#### Added
- Allow images larger than than UITextField height.
Expand Down
File renamed without changes.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
![iOS](Assets/jif.gif)

[![Platform](https://img.shields.io/badge/platform-iOS-orange.svg)](https://github.com/LeonardoCardoso/RevealTextField#requirements-and-details)
[![CocoaPods](https://img.shields.io/badge/pod-v1.0.1-red.svg)](https://github.com/LeonardoCardoso/RevealTextField#cocoapods)
[![CocoaPods](https://img.shields.io/badge/pod-v1.0.3-red.svg)](https://github.com/LeonardoCardoso/RevealTextField#cocoapods)
[![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg)](https://github.com/LeonardoCardoso/RevealTextField#carthage)

> Simple extension to add a reveal button to your boring UITextField
Expand All @@ -29,7 +29,7 @@
$ gem install cocoapods
```

> CocoaPods 1.1.0+ is required to build RevealTextField 1.0.1+.
> CocoaPods 1.1.0+ is required to build RevealTextField 1.0.3+.
To integrate RevealTextField into your Xcode project using CocoaPods, specify it in your `Podfile`:

Expand All @@ -38,7 +38,7 @@ source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
use_frameworks!

pod 'RevealTextField', '~> 1.0.1'
pod 'RevealTextField', '~> 1.0.3'
```

Then, run the following command:
Expand All @@ -61,7 +61,7 @@ $ brew install carthage
To integrate RevealTextField into your Xcode project using Carthage, specify it in your `Cartfile`:

```ogdl
github "LeonardoCardoso/RevealTextField" ~> 1.0.1
github "LeonardoCardoso/RevealTextField" ~> 1.0.3
```

### Manually
Expand Down
2 changes: 1 addition & 1 deletion RevealTextField.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = 'RevealTextField'
s.version = '1.0.2'
s.version = '1.0.3'
s.license = { :type => "MIT", :file => "LICENSE" }
s.summary = 'Simple extension to add a reveal button to your boring UITextField'
s.homepage = 'https://github.com/LeonardoCardoso/RevealTextField'
Expand Down

0 comments on commit 1384355

Please sign in to comment.