Skip to content

Commit fcec043

Browse files
committed
Bumped to 0.5, improved package description
1 parent 7c04b33 commit fcec043

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

MapCache.podspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'MapCache'
11-
s.version = '0.1.0'
12-
s.summary = 'Smart map caching for iOS.'
11+
s.version = '0.5.0'
12+
s.summary = 'Map caching for iOS. Support offline maps in your app.'
1313

1414
# This description is used to generate tags and improve search results.
1515
# * Think: What does it do? Why did you write it? What is the focus?
@@ -18,8 +18,8 @@ Pod::Spec.new do |s|
1818
# * Finally, don't worry about the indent, CocoaPods strips it!
1919

2020
s.description = <<-DESC
21-
A smart cache for iOS Map Applications.
22-
DESC
21+
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.
22+
DESC
2323

2424
s.homepage = 'https://github.com/merlos/MapCache'
2525
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'

0 commit comments

Comments
 (0)