Skip to content

Commit

Permalink
Added animation to README
Browse files Browse the repository at this point in the history
  • Loading branch information
askopin committed Jan 7, 2019
1 parent 8a1c939 commit 3f20fb2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Cuberto is a leading digital agency with solid design and development expertise.
[![Swift 4.2](https://img.shields.io/badge/Swift-4.2-green.svg?style=flat)](https://developer.apple.com/swift/)


![Animation](https://raw.githubusercontent.com/Cuberto/liquid-swipe/master/Screenshots/animation.gif)

## Example

To run the example project, clone the repo, and run `pod install` from the Example directory first.
Expand Down
Binary file added Screenshots/animation.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion liquid-swipe.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Pod::Spec.new do |s|
s.name = 'liquid-swipe'
s.version = '0.7.0'
s.summary = 'An page conroller with liquid animation'
s.swift_version = '4.2'

# This description is used to generate tags and improve search results.
# * Think: What does it do? Why did you write it? What is the focus?
Expand All @@ -21,7 +22,7 @@ Pod::Spec.new do |s|
#TODO: Add long description of the pod here.
# DESC

s.homepage = 'https://github.com/askopin@gmail.com/liquid-swipe'
s.homepage = 'https://github.com/Cuberto/liquid-swipe'
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'askopin@gmail.com' => 'askopin@gmail.com' }
Expand Down

0 comments on commit 3f20fb2

Please sign in to comment.