From fa1ef2e2811492640a08e72dbe842be3e3bee820 Mon Sep 17 00:00:00 2001 From: Ceferino Jose II Date: Thu, 27 Aug 2020 19:52:39 +0800 Subject: [PATCH] Release 2.0.0 --- PowerUpSwift.podspec | 2 +- README.md | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/PowerUpSwift.podspec b/PowerUpSwift.podspec index 2a3d648..080b75a 100644 --- a/PowerUpSwift.podspec +++ b/PowerUpSwift.podspec @@ -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. diff --git a/README.md b/README.md index 5311ac8..8e86806 100644 --- a/README.md +++ b/README.md @@ -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. -PowerUpSwift +

+ PowerUpSwift +

### Code