From fcec043ae5666f3e1152df3a6840f11840d60d9a Mon Sep 17 00:00:00 2001 From: merlos Date: Sun, 1 Sep 2019 17:24:12 -0400 Subject: [PATCH] Bumped to 0.5, improved package description --- MapCache.podspec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/MapCache.podspec b/MapCache.podspec index 17a7148..ce1429b 100644 --- a/MapCache.podspec +++ b/MapCache.podspec @@ -8,8 +8,8 @@ Pod::Spec.new do |s| s.name = 'MapCache' - s.version = '0.1.0' - s.summary = 'Smart map caching for iOS.' + s.version = '0.5.0' + s.summary = 'Map caching for iOS. Support offline maps in your app.' # 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,8 +18,8 @@ Pod::Spec.new do |s| # * Finally, don't worry about the indent, CocoaPods strips it! s.description = <<-DESC -A smart cache for iOS Map Applications. - DESC +Map cache for iOS applications for offline maps. Download tiles in disk as user browsers the map or download an area for supporting offline maps. +DESC s.homepage = 'https://github.com/merlos/MapCache' # s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'