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'