You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Be sure to run `pod lib lint BadgeHub.podspec' to ensure this is a
3
+
# valid spec before submitting.
4
+
#
5
+
# Any lines starting with a # are optional, but their use is encouraged
6
+
# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html
7
+
#
8
+
9
+
Pod::Spec.newdo |s|
10
+
s.name='BadgeHub'
11
+
s.version='0.1.1'
12
+
s.summary='A way to quickly add a notification bedge icon to any view.'
13
+
14
+
# This description is used to generate tags and improve search results.
15
+
# * Think: What does it do? Why did you write it? What is the focus?
16
+
# * Try to keep it short, snappy and to the point.
17
+
# * Write the description between the DESC delimiters below.
18
+
# * Finally, don't worry about the indent, CocoaPods strips it!
19
+
20
+
s.description=<<-DESC
21
+
Make any UIView a full fledged animated notification center. It is a way to quickly add a notification badge icon to a UIView. It make very easy to add badge to any view.
# Be sure to run `pod lib lint LoadingShimmer.podspec' to ensure this is a
3
+
# valid spec before submitting.
4
+
#
5
+
# Any lines starting with a # are optional, but their use is encouraged
6
+
# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html
7
+
#
8
+
9
+
Pod::Spec.newdo |s|
10
+
s.name='LoadingShimmer'
11
+
s.version='1.0.3'
12
+
s.summary='An easy way to add a shimmering effect to any view with just one line of code. It is useful as an unobtrusive loading indicator.'
13
+
14
+
s.description=<<-DESC
15
+
An easy way to add a shimmering effect to any view with just single line of code. It is useful as an unobtrusive loading indicator. This is a network request waiting for the framework, the framework to increase the dynamic effect, convenient and fast, a line of code can be used.
0 commit comments