From 4ae2944a6edaf1473e7d4c9716db024ff0854a3d Mon Sep 17 00:00:00 2001 From: Timofey Solomko Date: Sat, 18 Nov 2017 11:08:25 +0300 Subject: [PATCH] Updated description and summary in podspec --- SWCompression.podspec | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/SWCompression.podspec b/SWCompression.podspec index 7727153f..622e9612 100644 --- a/SWCompression.podspec +++ b/SWCompression.podspec @@ -2,14 +2,9 @@ Pod::Spec.new do |s| s.name = "SWCompression" s.version = "4.0.0-test.2" - s.summary = "Framework with implementations in Swift of different (de)compression algorithms" - - s.description = <<-DESC - A framework which contains native (written in Swift) implementations of compression algorithms. - Swift developers currently have access only to various wrappers written in Objective-C - around system libraries if they want to decompress something. SWCompression allows to do this with pure Swift - without relying on availability of system libraries. - DESC + s.summary = "A framework with functionality for working with compression, archives and containers." + + s.description = "A framework with (de)compression algorithms and functions for processing various archives and containers." s.homepage = "https://github.com/tsolomko/SWCompression" s.documentation_url = "http://tsolomko.github.io/SWCompression"