Skip to content

Commit

Permalink
- 4.0.4
Browse files Browse the repository at this point in the history
- Added description about vertical animations only.
  • Loading branch information
anton-plebanovich committed Sep 18, 2019
1 parent 58dc0ae commit 79d251d
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
6 changes: 3 additions & 3 deletions AnimatableStackView.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

Pod::Spec.new do |s|
s.name = 'AnimatableStackView'
s.version = '4.0.3'
s.summary = 'UIStackView based class that allows to animate its changes.'
s.version = '4.0.4'
s.summary = 'UIStackView based class that allows to animate its changes. Curently supports vertical animations only.'

# 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 @@ -18,7 +18,7 @@ Pod::Spec.new do |s|
# * Finally, don't worry about the indent, CocoaPods strips it!

s.description = <<-DESC
UIStackView based class that provides a convenience interface to animate its content.
UIStackView based class that provides a convenience interface to animate its content. Curently supports vertical animations only.
DESC

s.homepage = 'https://github.com/APUtils/AnimatableStackView'
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
All notable changes to this project will be documented in this file.
`AnimatableStackView` adheres to [Semantic Versioning](http://semver.org/).

## [4.0.4](https://github.com/APUtils/AnimatableStackView/releases/tag/4.0.4)
Released on 09/18/2019.

#### Added
- Added description about vertical animations only.


## [4.0.3](https://github.com/APUtils/AnimatableStackView/releases/tag/4.0.3)
Released on 09/18/2019.

Expand Down
4 changes: 2 additions & 2 deletions Pods Project/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- AnimatableStackView (4.0.3)
- AnimatableStackView (4.0.4)

DEPENDENCIES:
- AnimatableStackView (from `../`)
Expand All @@ -9,7 +9,7 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
AnimatableStackView: 9d16b8d9eadab7f270fb34bf2a32396ca2f7ff46
AnimatableStackView: e4b269e150f4aa3f4cf2e82aade7d6096e96a34d

PODFILE CHECKSUM: 123792c948494fe83cc02b1d4cd49e2d2579d908

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![Platform](https://img.shields.io/cocoapods/p/AnimatableStackView.svg?style=flat)](http://cocoapods.org/pods/AnimatableStackView)
[![CI Status](http://img.shields.io/travis/APUtils/AnimatableStackView.svg?style=flat)](https://travis-ci.org/APUtils/AnimatableStackView)

UIStackView based class that allows to animate its changes
UIStackView based class that allows to animate its changes. Curently supports vertical animations only.

## Example

Expand Down

0 comments on commit 79d251d

Please sign in to comment.