Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

Commit

Permalink
Transfer ownership
Browse files Browse the repository at this point in the history
  • Loading branch information
Berdikhan committed Jul 19, 2019
1 parent 11556f7 commit 0744341
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions OTPTextField.podspec
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
Pod::Spec.new do |s|
s.name = 'OTPTextField'
s.version = '1.1.1'
s.version = '1.1.2'
s.summary = 'TextField that supports iOS 12 Secure Code AutoFill.'

s.description = <<-DESC
Customizable UITextField for OTP/Security code with AutoFill support.
DESC

s.homepage = 'https://github.com/Berdikhan/OTPTextField'
s.homepage = 'https://github.com/kfit-dev/OTPTextField'
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Berdikhan' => 'berdikhan@gmail.com' }
s.source = { :git => 'https://github.com/Berdikhan/OTPTextField.git', :tag => s.version.to_s }
s.author = { 'Fave' => 'dev@kfit.com' }
s.source = { :git => 'https://github.com/kfit-dev/OTPTextField.git', :tag => s.version.to_s }

s.ios.deployment_target = '8.0'

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
[![License](https://img.shields.io/cocoapods/l/OTPTextField.svg?style=flat)](https://cocoapods.org/pods/OTPTextField)
[![Platform](https://img.shields.io/cocoapods/p/OTPTextField.svg?style=flat)](https://cocoapods.org/pods/OTPTextField)

<img src="https://github.com/Berdikhan/OTPTextField/blob/master/OTPTextField.gif"/>&nbsp;
<img src="https://github.com/Berdikhan/OTPTextField/blob/master/OTPTextFieldManual.gif"/>
<img src="https://github.com/kfit-dev/OTPTextField/blob/master/OTPTextField.gif"/>&nbsp;
<img src="https://github.com/kfit-dev/OTPTextField/blob/master/OTPTextFieldManual.gif"/>

## Installation

Expand All @@ -27,7 +27,7 @@ Don't forget to `import OTPTextField` in every file you'd like to use Hero.
Add the following entry to your `Cartfile`:

```
github "Berdikhan/OTPTextField"
github "kfit-dev/OTPTextField"
```

Then run `carthage update`.
Expand All @@ -40,7 +40,7 @@ If this is your first time using Carthage in the project, you'll need to go thro

## Author

Berdikhan, berdikhan@gmail.com
Fave, dev@kfit.com

## License

Expand Down

0 comments on commit 0744341

Please sign in to comment.