Skip to content

Commit

Permalink
Updated podspec. Bumped to version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
merlos committed Nov 24, 2019
1 parent 3005237 commit fb8cd44
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions MapCache.podspec
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
#
# MapCache
#
# MIT License
# Copyright (c) 2019 Juan M. Merlos @merlos
#
# Be sure to run `pod lib lint MapCache.podspec' to ensure this is a
# valid spec before submitting.
#
Expand All @@ -8,17 +13,10 @@

Pod::Spec.new do |s|
s.name = 'MapCache'
s.version = '0.5.3'
s.version = '0.6.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?
# * Try to keep it short, snappy and to the point.
# * Write the description between the DESC delimiters below.
# * Finally, don't worry about the indent, CocoaPods strips it!

s.description = <<-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.
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).
DESC

s.homepage = 'https://github.com/merlos/MapCache'
Expand All @@ -35,8 +33,5 @@ DESC
# s.resource_bundles = {
# 'MapCache' => ['MapCache/Assets/*.png']
# }

# s.public_header_files = 'Pod/Classes/**/*.h'
s.frameworks = 'UIKit', 'MapKit'
# s.dependency 'AFNetworking', '~> 2.3'
end

0 comments on commit fb8cd44

Please sign in to comment.