From d1d9790a1a9bf9c8b78728432c884d63c01d6d06 Mon Sep 17 00:00:00 2001 From: Ed Date: Thu, 19 Nov 2020 13:28:38 +0300 Subject: [PATCH] spec fixes --- InstaProgressView.podspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/InstaProgressView.podspec b/InstaProgressView.podspec index 753d183..2aba3f4 100644 --- a/InstaProgressView.podspec +++ b/InstaProgressView.podspec @@ -16,9 +16,9 @@ Pod::Spec.new do |spec| # spec.name = "InstaProgressView" - spec.version = "1.0.0" + spec.version = "1.0.1" spec.summary = "A short description of InstaProgressView." - spec.description = "A short description of InstaProgressView" + spec.description = "With InstaProgressView you can do awesome progress views like in Snapchat or Instagram. Just try it." spec.homepage = "https://github.com/leningradspb/InstaProgressView" # spec.screenshots = "www.example.com/screenshots_1.gif", "www.example.com/screenshots_2.gif" @@ -45,7 +45,7 @@ Pod::Spec.new do |spec| # Supports git, hg, bzr, svn and HTTP. # - spec.source = { :git => "https://github.com/leningradspb/InstaProgressView.git", :tag => "1.0.0" } + spec.source = { :git => "https://github.com/leningradspb/InstaProgressView.git", :tag => "1.0.1" } # ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #