Bump version 1.24.3

This commit is contained in:
Juanpe
2021-08-23 10:36:24 +00:00
committed by GitHub Actions
parent 1ab26cd869
commit 88cd082d8e
+1 -1
View File
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SkeletonView"
s.version = "1.24.2"
s.version = "1.24.3"
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.