From 1a49c41aaae4ff428128407b862465fc6d8c110b Mon Sep 17 00:00:00 2001 From: Berdikhan Date: Fri, 19 Jul 2019 17:56:24 +0800 Subject: [PATCH] Transfered to Fave --- FPageControl.podspec | 8 ++++---- README.md | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/FPageControl.podspec b/FPageControl.podspec index 5b1a2fa..0c6ed3a 100644 --- a/FPageControl.podspec +++ b/FPageControl.podspec @@ -1,17 +1,17 @@ Pod::Spec.new do |s| s.name = 'FPageControl' - s.version = '0.5.0' + s.version = '0.6.0' s.summary = 'Custom Page Control for Fave' s.description = <<-DESC Custom UIPageControl for Fave DESC - s.homepage = 'https://github.com/Berdikhan/FPageControl' + s.homepage = 'https://github.com/kfit-dev/FPageControl' # 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/FPageControl.git', :tag => s.version.to_s } + s.author = { 'Fave' => 'dev@kfit.com' } + s.source = { :git => 'https://github.com/kfit-dev/FPageControl.git', :tag => s.version.to_s } s.ios.deployment_target = '8.0' diff --git a/README.md b/README.md index 88472a8..4013e0f 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ [![License](https://img.shields.io/cocoapods/l/FPageControl.svg?style=flat)](https://cocoapods.org/pods/FPageControl) [![Platform](https://img.shields.io/cocoapods/p/FPageControl.svg?style=flat)](https://cocoapods.org/pods/FPageControl) -  - +  + ## Example @@ -29,7 +29,7 @@ pod 'FPageControl' Add the following entry to your `Cartfile`: ``` -github "Berdikhan/FPageControl" +github "kfit-dev/FPageControl" ``` Then run `carthage update`. @@ -38,7 +38,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