You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Be sure to run `pod lib lint MapCache.podspec' to ensure this is a
3
8
# valid spec before submitting.
4
9
#
@@ -8,17 +13,10 @@
8
13
9
14
Pod::Spec.newdo |s|
10
15
s.name='MapCache'
11
-
s.version='0.5.3'
16
+
s.version='0.6.0'
12
17
s.summary='Map caching for iOS. Support offline maps in your app.'
13
-
14
-
# This description is used to generate tags and improve search results.
15
-
# * Think: What does it do? Why did you write it? What is the focus?
16
-
# * Try to keep it short, snappy and to the point.
17
-
# * Write the description between the DESC delimiters below.
18
-
# * Finally, don't worry about the indent, CocoaPods strips it!
19
-
20
18
s.description=<<-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.
19
+
Cache for iOS applications for supporting offline tile maps. Downloads and keeps tiles in disk as user browses the map. Also, it can download a complete area at all different zoom levels for a complete offline experience (beta).
0 commit comments