feat: Bump cocoapod version

This commit is contained in:
Juanpe Catalán
2019-02-26 17:54:53 +01:00
parent c03af15070
commit 83e7e48caa
+1 -1
View File
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SkeletonView"
s.version = "1.4.1"
s.version = "1.4.2"
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.