From e7aa9da5ae30be1cc56ae35240a84acf08c653ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juanpe=20Catala=CC=81n?= Date: Thu, 22 Aug 2019 12:04:29 +0200 Subject: [PATCH] feat: BUMP cocoapods version --- SkeletonView.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SkeletonView.podspec b/SkeletonView.podspec index 5e589ea..54e8b05 100644 --- a/SkeletonView.podspec +++ b/SkeletonView.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "SkeletonView" - s.version = "1.7" + s.version = "1.8" s.summary = "An elegant way to show users that something is happening and also prepare them to which contents he is waiting" s.description = <<-DESC Today almost all apps have async processes, as API requests, long runing processes, etc. And while the processes are working, usually developers place a loading view to show users that something is going on.