Skip to content

Commit fb8cd44

Browse files
committed
Updated podspec. Bumped to version 0.6.0
1 parent 3005237 commit fb8cd44

1 file changed

Lines changed: 7 additions & 12 deletions

File tree

MapCache.podspec

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
#
2+
# MapCache
3+
#
4+
# MIT License
5+
# Copyright (c) 2019 Juan M. Merlos @merlos
6+
#
27
# Be sure to run `pod lib lint MapCache.podspec' to ensure this is a
38
# valid spec before submitting.
49
#
@@ -8,17 +13,10 @@
813

914
Pod::Spec.new do |s|
1015
s.name = 'MapCache'
11-
s.version = '0.5.3'
16+
s.version = '0.6.0'
1217
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-
2018
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).
2220
DESC
2321

2422
s.homepage = 'https://github.com/merlos/MapCache'
@@ -35,8 +33,5 @@ DESC
3533
# s.resource_bundles = {
3634
# 'MapCache' => ['MapCache/Assets/*.png']
3735
# }
38-
39-
# s.public_header_files = 'Pod/Classes/**/*.h'
4036
s.frameworks = 'UIKit', 'MapKit'
41-
# s.dependency 'AFNetworking', '~> 2.3'
4237
end

0 commit comments

Comments
 (0)