diff --git a/OTPTextField.podspec b/OTPTextField.podspec index e15cd93..dfbc498 100644 --- a/OTPTextField.podspec +++ b/OTPTextField.podspec @@ -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' diff --git a/README.md b/README.md index 4a75a47..1214b44 100644 --- a/README.md +++ b/README.md @@ -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) -  - +  + ## Installation @@ -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`. @@ -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