From 3febef9a1c6e62910854befa6769a8510baed674 Mon Sep 17 00:00:00 2001 From: Sherzod Khashimov Date: Mon, 29 Jun 2020 22:46:55 +0500 Subject: [PATCH] podspec updated to 0.8.0 --- SwiftFortuneWheel.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SwiftFortuneWheel.podspec b/SwiftFortuneWheel.podspec index 34c1d9a..f7b8573 100644 --- a/SwiftFortuneWheel.podspec +++ b/SwiftFortuneWheel.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "SwiftFortuneWheel" - s.version = "0.7.0" + s.version = "0.8.0" s.summary = "Fortune spinning wheel that supports dynamic content and rich customization." s.description = <<-DESC Fortune spinning wheel that supports dynamic content and rich customization. Main Features: Dynamic content, support image, and text; Appearance customization; Drawn and animated using CoreGraphics; Dynamic layout.