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
Copy file name to clipboardExpand all lines: BadgeHub.podspec
+6-5
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@
9
9
Pod::Spec.newdo |s|
10
10
s.name='BadgeHub'
11
11
s.version='0.1.0'
12
-
s.summary='A short description of BadgeHub.'
12
+
s.summary='A way to quickly add a notification bedge icon to any view.'
13
13
14
14
# This description is used to generate tags and improve search results.
15
15
# * Think: What does it do? Why did you write it? What is the focus?
@@ -18,17 +18,18 @@ Pod::Spec.new do |s|
18
18
# * Finally, don't worry about the indent, CocoaPods strips it!
19
19
20
20
s.description=<<-DESC
21
-
TODO: Add long description of the pod here.
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.
0 commit comments