From bde3d282fa6d2030e39a5de069ef2ea422ac26bf Mon Sep 17 00:00:00 2001 From: Vinayak Sareen Date: Wed, 14 Aug 2019 06:20:07 +0530 Subject: [PATCH] changes --- SVSwiper.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SVSwiper.podspec b/SVSwiper.podspec index 5817b78..444adf0 100644 --- a/SVSwiper.podspec +++ b/SVSwiper.podspec @@ -9,7 +9,7 @@ Pod::Spec.new do |s| s.name = 'SVSwiper' s.version = '0.1.0' - s.summary = 'A short description of SVSwiper.' + s.summary = 'SVSwiper framework allows users to have animations in singleView Controller' # 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? @@ -18,7 +18,7 @@ Pod::Spec.new do |s| # * Finally, don't worry about the indent, CocoaPods strips it! s.description = <<-DESC -TODO: Add long description of the pod here. +'SVSwiper framework allows users to have animations within a single controller. This library has delegate methods which allows users to customise the navigation options such as menubar tintColor, titles for controllers and other properties' DESC s.homepage = 'https://github.coventry.ac.uk/sareenv/SVSwiper'