From 486b0ed4791f6b1bd8f61fa9848e292f57839cd6 Mon Sep 17 00:00:00 2001 From: Vinayak Sareen Date: Wed, 14 Aug 2019 06:28:01 +0530 Subject: [PATCH] changes --- SVSwiper.podspec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/SVSwiper.podspec b/SVSwiper.podspec index 444adf0..e9e906e 100644 --- a/SVSwiper.podspec +++ b/SVSwiper.podspec @@ -9,7 +9,8 @@ Pod::Spec.new do |s| s.name = 'SVSwiper' s.version = '0.1.0' - s.summary = 'SVSwiper framework allows users to have animations in singleView Controller' + s.summary = 'SVSwiper framework allows users to have navigation within a single Controller' + s.swift_version = '4.0' # 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 +19,7 @@ Pod::Spec.new do |s| # * Finally, don't worry about the indent, CocoaPods strips it! s.description = <<-DESC -'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' +'SVSwiper framework allows users to have navigation 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'