Skip to content

Commit

Permalink
Transfered to Fave
Browse files Browse the repository at this point in the history
  • Loading branch information
Berdikhan committed Jul 19, 2019
1 parent ffa3dfa commit 1a49c41
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions FPageControl.podspec
Original file line number Diff line number Diff line change
@@ -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'

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/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)

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

## Example

Expand All @@ -29,7 +29,7 @@ pod 'FPageControl'
Add the following entry to your `Cartfile`:

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

Then run `carthage update`.
Expand All @@ -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

Expand Down

0 comments on commit 1a49c41

Please sign in to comment.