From bfed2d68ace9bbb5d2ec60426a43cf5e48d361a4 Mon Sep 17 00:00:00 2001 From: Kersten Broich Date: Sat, 18 Mar 2017 09:09:35 +0100 Subject: [PATCH] Release 3.0 --- Elissa.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Elissa.podspec b/Elissa.podspec index 9ad3d79..fe4709c 100644 --- a/Elissa.podspec +++ b/Elissa.podspec @@ -9,7 +9,7 @@ Pod::Spec.new do |s| s.name = 'Elissa' s.version = '3.0' - s.summary = 'Easy UITabBarItem notification.' + s.summary = 'Easy notification popup.' # This description is used to generate tags and improve search results. # * Think: What does it do? Why did you write it? What is the focus? @@ -17,7 +17,7 @@ Pod::Spec.new do |s| # * Write the description between the DESC delimiters below. # * Finally, don't worry about the indent, CocoaPods strips it! - s.description = 'Elissa displays a notification on top of a UITabBarItem to reveal additional information.' + s.description = 'Elissa displays a notification on top of a UITabBarItem or any anchor view to reveal additional information.' s.homepage = 'https://github.com/KitchenStories/Elissa' # s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2' s.license = { :type => 'MIT', :file => 'LICENSE' }