Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cefjoeii committed Aug 27, 2020
1 parent aced954 commit fa1ef2e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PowerUpSwift.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'PowerUpSwift'
s.version = '2.0.0-beta.1'
s.version = '2.0.0'
s.summary = '📦 A lightweight library of powerful extensions and classes to reduce the utility code in your project and make iOS development faster.'

# This description is used to generate tags and improve search results.
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ The documentation reference can be found [here](http://powerupx.github.io/PowerU

Just set `PUButton` as the custom class and see the magic! You'll be able to edit directly on the Interface Builder the corner radius, border width, border color, shadow radius, shadow opacity, shadow offset, shadow color, and etc. This applies to other controls such as `PUView`, `PUImageView` and many more.

<img src="https://raw.githubusercontent.com/PowerUpX/PowerUpSwift/master/Screenshots/Demo.gif" alt="PowerUpSwift" width="auto" height="auto" />
<p align="center">
<img src="https://raw.githubusercontent.com/PowerUpX/PowerUpSwift/master/Screenshots/Demo.gif" alt="PowerUpSwift" width="75%" height="auto" />
</p>

### Code

Expand Down

0 comments on commit fa1ef2e

Please sign in to comment.